Skip to content

Commit

Permalink
check for broken links (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine authored Apr 5, 2024
1 parent f38174f commit 645b584
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/book'
- name: Check broken links
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}
pages_path: docs/book
cmd_params: '--buffer-size=8192 --max-connections=10 --color=always --skip-tls-verification --header="User-Agent:curl/7.54.0" --timeout=20'

deploy-page:
needs: generate-docs
Expand Down

0 comments on commit 645b584

Please sign in to comment.