Skip to content

Commit

Permalink
Disable link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed Oct 23, 2023
1 parent e050d5a commit 9a6a9b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ jobs:
# 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/
# TODO re-enable
# - name: Check HTML for broken internal links
# uses: untitaker/[email protected]
# 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
Expand Down

0 comments on commit 9a6a9b3

Please sign in to comment.