mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 15:03:33 +08:00
no jekyll fix
This commit is contained in:
parent
e436ed8ed5
commit
e0427f67c7
5
.github/workflows/deploy_docs.yml
vendored
5
.github/workflows/deploy_docs.yml
vendored
@ -27,6 +27,11 @@ jobs:
|
|||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
run: make docs-sphinx
|
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
|
- name: Deploy documentation
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user