From bf8570e23e0601b8675ca845783eccdf7e06c229 Mon Sep 17 00:00:00 2001 From: moisseev Date: Sat, 11 May 2024 10:02:41 +0300 Subject: [PATCH] Exclude ozon.ru --- .github/workflows/main.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8bed9c03..7149dbc2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -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