Skip to content

Commit

Permalink
Re-enable broken links check
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed Oct 25, 2023
1 parent a36a9d6 commit 7244ea3
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,10 @@ jobs:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/${{ env.ORANDA_VERSION }}/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

# TODO re-enable
# - name: Check HTML for broken internal links
# uses: untitaker/[email protected]
# with:
# args: /tmp/public/
- name: Check HTML for broken internal links
uses: untitaker/[email protected]
with:
args: ./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 7244ea3

Please sign in to comment.