diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7e656480b..30e78b016 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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