Skip to content

Commit

Permalink
Debugging Test Site step.
Browse files Browse the repository at this point in the history
  • Loading branch information
kautlenbachs committed Dec 5, 2023
1 parent 58c9ea2 commit 9f6d77c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:

- name: Test site
run: |
ls -la docs
ls -la docs/_site
ls -la docs/_site${{ steps.pages.outputs.base_path }}
bundle exec htmlproofer docs/_site${{ steps.pages.outputs.base_path }} \
\-\-disable-external=true \
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
Expand Down

0 comments on commit 9f6d77c

Please sign in to comment.