Skip to content

Commit

Permalink
Exclude ozon.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed May 11, 2024
1 parent 0cdfde3 commit bf8570e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
local-links-check:
runs-on: ubuntu-latest
#jobs.external-links-check.if: ${{ always() }}
needs: build
steps:
- uses: actions/cache@v4
Expand All @@ -48,14 +47,9 @@ jobs:
--include="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/"
--exclude="^https://github[.]com/rspamd/rspamd[.]com/edit/master/"
--exclude="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/(doc/lua/((lua|rspamd)_.+|ucl)[.]html(#.+)?|.*#top)$"
debug: true

#--include="^https://rspamd[.]com/${{ github.event.repository.name }}/"
#--exclude="^https://rspamd[.]com/${{ github.event.repository.name }}/."
external-links-check:
runs-on: ubuntu-latest
#jobs.local-links-check.if: ${{ always() }}
needs: build
steps:
- uses: actions/cache@v4
Expand All @@ -69,9 +63,10 @@ jobs:
url: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}
pages_path: ./_site-root/
cmd_params: >
--buffer-size=8192 --max-connections=10 --color=always --skip-tls-verification
--buffer-size=8192 --color=always --skip-tls-verification
--verbose --max-connections=10
--exclude="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/"
--exclude="^https://rspamd[.]com/${{ github.event.repository.name }}/"
--exclude="^https://github[.]com/rspamd/rspamd[.]com/edit/master/"
--exclude="^https://rspamd[.]com/${{ github.event.repository.name }}/$"
--exclude="^https://www[.]ozon[.]ru/$"
--exclude="^https://rspamd[.]com/${{ github.event.repository.name }}/."
debug: true

0 comments on commit bf8570e

Please sign in to comment.