1 parent 56c9b9b commit 5bb5a14Copy full SHA for 5bb5a14
1 file changed
.github/workflows/pages-deploy.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Test site
54
run: |
55
- bundle exec htmlproofer _site \
+ bundle exec htmlproofer _site${{ steps.pages.outputs.base_path }} \
56
\-\-disable-external \
57
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
58
0 commit comments