Skip to content

Commit 0d36050

Browse files
author
liv
committed
chore: remove link checker
1 parent f31a184 commit 0d36050

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/web.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,7 @@ jobs:
6868
run: |
6969
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.3.1/oranda-installer.sh | sh
7070
oranda build
71-
72-
- name: Prepare HTML for link checking
73-
# untitaker/hyperlink supports no site prefixes, move entire site into
74-
# a subfolder
75-
run: mkdir /tmp/public/ && cp -R public /tmp/public/oranda
7671
77-
- name: Check HTML for broken internal links
78-
uses: untitaker/[email protected]
79-
with:
80-
args: /tmp/public/ --sources docs/
81-
8272
# Deploy to our gh-pages branch (creating it if it doesn't exist)
8373
# the "public" dir that oranda made above will become the root dir
8474
# of this branch.
@@ -95,4 +85,4 @@ jobs:
9585
# Gotta tell the action where to find oranda's output
9686
folder: public
9787
token: ${{ secrets.GITHUB_TOKEN }}
98-
single-commit: true
88+
single-commit: true

0 commit comments

Comments
 (0)