Skip to content

Commit

Permalink
tmp: remove link checker in github pages site
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Aug 27, 2024
1 parent fef261a commit 00cdc92
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ jobs:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/latest/download/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: 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/

- 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
# of this branch.
Expand All @@ -96,4 +96,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 00cdc92

Please sign in to comment.