Skip to content

Commit

Permalink
chore: added broken link detection to docs deploy workflow (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylwright authored May 30, 2024
1 parent c58055e commit 43fb254
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Check for broken links
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: https://garethgeorge.github.io/backrest/
pages_path: ./docs/.output/public
cmd_params: '-v --max-connections=3 --timeout=20 --buffer-size=8192 --color=always --exclude="(/_nuxt/|discord.com)"'

- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 43fb254

Please sign in to comment.