Skip to content

Commit

Permalink
Try to remove local links check
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Jul 11, 2024
1 parent edfc37d commit ee1653d
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,30 +53,6 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4

local-links-check:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/cache@v4
with:
path: |
_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
needs: build
Expand Down

0 comments on commit ee1653d

Please sign in to comment.