Skip to content

Commit

Permalink
Add sanity check to ensure the page isn't completely screwed up.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Oct 29, 2023
1 parent 399c9f8 commit 3896bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
source ./venv/bin/activate
./build.sh
test -f ./docs/index.html # sanity check
- name: Deploy to GH Pages
run: |
pip install ghp-import
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
source ./venv/bin/activate
./build.sh
test -f ./docs/index.html # sanity check
- name: Save PR Number
run: echo ${{ github.event.number }} > ./docs/pr-number.txt
Expand Down

0 comments on commit 3896bef

Please sign in to comment.