Skip to content

Commit 2981825

Browse files
committed
fix: added .nojekyll file to avoid GitHub Pages trying to rebuild already built files
1 parent 7cc07b7 commit 2981825

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
run: |
5656
source venv/bin/activate || source venv/Scripts/activate
5757
make build
58+
touch _site/.nojekyll
5859
5960
# Might not work due to GitHub being weird about not triggering site rebuilds from workflows.
6061
# See this for more info: https://github.community/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869/highlight/true/page/3

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ dev: assets
99

1010
assets: _includes/tables img/stats img/*.png
1111

12-
push-github:
13-
./scripts/push-build.sh
14-
1512
update-downloads:
1613
python3 scripts/update-downloads.py
1714

0 commit comments

Comments
 (0)