From 7244ea3aba6ecfcc8b9be2447a4b52844dba77f5 Mon Sep 17 00:00:00 2001 From: Lucas Pickering Date: Wed, 25 Oct 2023 07:23:56 -0400 Subject: [PATCH] Re-enable broken links check --- .github/workflows/web.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 0ad2cb71..48d0cf9a 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -71,16 +71,10 @@ jobs: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/${{ env.ORANDA_VERSION }}/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 - - # TODO re-enable - # - 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: ./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