Skip to content

Commit

Permalink
Exclude links with #top anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed May 10, 2024
1 parent 05e929a commit 8b86602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
pages_path: ./_site-root/
cmd_params: >
--buffer-size=8192 --color=always --skip-tls-verification
--exclude="^https://(github[.]com/rspamd/rspamd[.]com/edit/master/|${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/doc/lua/((lua|rspamd)_.+|ucl)[.]html$)"
--exclude="^https://(github[.]com/rspamd/rspamd[.]com/edit/master/|${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/doc/(lua/((lua|rspamd)_.+|ucl)[.]html|.+[.]html#top)$)"
debug: true

0 comments on commit 8b86602

Please sign in to comment.