Skip to content

Commit

Permalink
fix: web hyperlinks check
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Jan 13, 2024
1 parent 61c3c6b commit f15d4d8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ jobs:
# 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/

# 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 All @@ -95,4 +90,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 f15d4d8

Please sign in to comment.