We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c99376 commit eb69828Copy full SHA for eb69828
.github/workflows/build-pages.yml
@@ -35,6 +35,6 @@ jobs:
35
- name: Build Site
36
run: cd ./pages && bundle exec jekyll build
37
- 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/:/'
+ run: cd ./pages && bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/,/developer.hashicorp.com/" --swap-urls '^/application-study-tool/:/'
39
env:
40
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
0 commit comments