mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-09 09:13:24 +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
|
||||
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