From 00cdc92e77e2cc7880df704fa792050823367710 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Tue, 27 Aug 2024 16:39:30 -0600 Subject: [PATCH] tmp: remove link checker in github pages site --- .github/workflows/web.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 71fa583..dca0b81 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -70,16 +70,16 @@ jobs: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/latest/download/oranda-installer.sh | sh oranda build - - name: Prepare HTML for link checking - # untitaker/hyperlink supports no site prefixes, move entire site into - # a subfolder - run: mkdir /tmp/public/ && cp -R public /tmp/public/oranda + # - name: Prepare HTML for link checking + # # untitaker/hyperlink supports no site prefixes, move entire site into + # # a subfolder + # run: mkdir /tmp/public/ && cp -R public /tmp/public/oranda + + # - name: Check HTML for broken internal links + # uses: untitaker/hyperlink@0.1.29 + # with: + # args: /tmp/public/ - - name: Check HTML for broken internal links - uses: untitaker/hyperlink@0.1.29 - with: - args: /tmp/public/ - # Deploy to our gh-pages branch (creating it if it doesn't exist). # The "public" dir that oranda made above will become the root dir # of this branch. @@ -96,4 +96,4 @@ jobs: # Gotta tell the action where to find oranda's output folder: public token: ${{ secrets.GITHUB_TOKEN }} - single-commit: true \ No newline at end of file + single-commit: true