From 4076908afe8cbaf9fa19764c5a6300206643e08c Mon Sep 17 00:00:00 2001 From: wolf4ood Date: Tue, 24 Sep 2024 22:25:07 +0200 Subject: [PATCH] feat(web): removes links checker --- .github/workflows/web.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index e528f72..39dbc13 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -43,7 +43,7 @@ on: # tab for your repo to see this one running (the gh-pages deploy will also # only show up there). workflow_run: - workflows: [ "Release" ] + workflows: ["Release"] types: - completed @@ -69,17 +69,7 @@ jobs: run: | curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.6.1/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: 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 +86,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