Skip to content

Commit eb69828

Browse files
committed
exclude flaky hashicorp site from htmlproofer
1 parent 6c99376 commit eb69828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Build Site
3636
run: cd ./pages && bundle exec jekyll build
3737
- name: Test with html-proofer
38-
run: cd ./pages && bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/" --swap-urls '^/application-study-tool/:/'
38+
run: cd ./pages && bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/,/developer.hashicorp.com/" --swap-urls '^/application-study-tool/:/'
3939
env:
4040
NOKOGIRI_USE_SYSTEM_LIBRARIES: true

0 commit comments

Comments
 (0)