Skip to content

Commit

Permalink
Add more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Jul 11, 2024
1 parent 87f9962 commit 32f200d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,19 @@ jobs:
_site-root/
_site/
key: run_id-${{ github.run_id }}
- run: ls ./_site/
- run: ls -l ./_site-root/
- run: ls -l ./_site-root/rspamd.com
- uses: ruzickap/action-my-broken-link-checker@v2
with:
url: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}
pages_path: ./_site-root/
cmd_params: >
--buffer-size=8192 --color=always --skip-tls-verification
--verbose
--include="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/"
--exclude="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/(doc/lua/((lua|rspamd)_.+|ucl)[.]html(#.+)?|.*#top)$"
debug: true

external-links-check:
runs-on: ubuntu-latest
Expand All @@ -82,13 +87,16 @@ jobs:
_site-root/
_site/
key: run_id-${{ github.run_id }}
- run: ls ./_site/
- run: ls -l ./_site-root/
- run: ls -l ./_site-root/rspamd.com
- uses: ruzickap/action-my-broken-link-checker@v2
with:
url: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}
pages_path: ./_site-root/
cmd_params: >
--buffer-size=8192 --color=always --skip-tls-verification
--verbose --max-connections-per-host=10
--buffer-size=18192 --color=always --skip-tls-verification
--verbose
--exclude="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/"
--exclude="^https://github[.]com/rspamd/rspamd[.]com/edit/master/"
--exclude="^https://www[.]ozon[.]ru/$"
Expand Down

0 comments on commit 32f200d

Please sign in to comment.