summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-09-04 14:58:13 +0200
committerliv <shadows_withal@fastmail.com>2023-09-04 14:58:13 +0200
commit0d36050b364a2dfa342d4c00f820e67c38738726 (patch)
tree88e4cc32e31dd89e45c5e9108f1855f11d455304
parentf31a18429b051c265a3ffcdc1888dd4053e6a572 (diff)
chore: remove link checker
-rw-r--r--.github/workflows/web.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index f20e24e..5d9abe4 100644
--- a/.github/workflows/web.yml
+++ b/.github/workflows/web.yml
@@ -68,17 +68,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.3.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/ --sources docs/
-
# 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.
@@ -95,4 +85,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