Skip to content

Commit

Permalink
Break the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Oct 29, 2023
1 parent b876c4a commit a14bfae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build and Deploy
run: |
source ./venv/bin/activate
./build.sh
# ./build.sh
test -f ./docs/index.html # sanity check
- name: Deploy to GH Pages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build docs
run: |
source ./venv/bin/activate
bash ./build.sh
# ./build.sh
test -f ./docs/index.html # sanity check
- name: Save PR Number
Expand Down

0 comments on commit a14bfae

Please sign in to comment.