mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +08:00
no jekyll fix
This commit is contained in:
parent
e436ed8ed5
commit
e0427f67c7
7
.github/workflows/deploy_docs.yml
vendored
7
.github/workflows/deploy_docs.yml
vendored
@ -26,7 +26,12 @@ jobs:
|
||||
|
||||
- name: Build documentation
|
||||
run: make docs-sphinx
|
||||
|
||||
|
||||
- name: No jekyll
|
||||
run: touch build/sphinx/.nojekyll
|
||||
# without this, github thinks we are using jekyll
|
||||
# and doesn't let us access files and dirs with _
|
||||
|
||||
- name: Deploy documentation
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user