We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc07b7 commit 2981825Copy full SHA for 2981825
.github/workflows/pages.yml
@@ -55,6 +55,7 @@ jobs:
55
run: |
56
source venv/bin/activate || source venv/Scripts/activate
57
make build
58
+ touch _site/.nojekyll
59
60
# Might not work due to GitHub being weird about not triggering site rebuilds from workflows.
61
# 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
@@ -9,9 +9,6 @@ dev: assets
9
10
assets: _includes/tables img/stats img/*.png
11
12
-push-github:
13
- ./scripts/push-build.sh
14
-
15
update-downloads:
16
python3 scripts/update-downloads.py
17
0 commit comments