Skip to content

Commit

Permalink
Add regex filter for published pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bparks13 committed Aug 2, 2024
1 parent 9367092 commit 30628ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Check HTML Links After Building
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress --base _site --exclude ^https://github\.com.*merge.* '_site/**/*.html'
args: --verbose --no-progress --base _site --exclude ^https://github\.com.*(merge|apiSpec).* '_site/**/*.html'
fail: true

deploy:
Expand Down

0 comments on commit 30628ee

Please sign in to comment.