Skip to content

Commit

Permalink
chore: remove link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
liv committed Sep 4, 2023
1 parent f31a184 commit 0d36050
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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.
Expand All @@ -95,4 +85,4 @@ jobs:
# Gotta tell the action where to find oranda's output
folder: public
token: ${{ secrets.GITHUB_TOKEN }}
single-commit: true
single-commit: true

0 comments on commit 0d36050

Please sign in to comment.