Skip to content

Commit

Permalink
Restore exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Jul 11, 2024
1 parent 4011e17 commit 0aa7723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
pages_path: ./_site-root/
cmd_params: >
--buffer-size=8192 --color=always --skip-tls-verification
--verbose --max-connections=10
--exclude="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/"
--verbose --max-connections-per-host=10
--exclude="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/doc/"
--exclude="^https://github[.]com/rspamd/rspamd[.]com/edit/master/"
--exclude="^https://www[.]ozon[.]ru/$"

0 comments on commit 0aa7723

Please sign in to comment.