Fix doc-build action
This commit is contained in:
parent
356d52b226
commit
97b6be7bce
2 changed files with 3 additions and 0 deletions
|
|
@ -37,9 +37,11 @@ jobs:
|
||||||
|
|
||||||
- name: Quick-test docs (no autodocs)
|
- name: Quick-test docs (no autodocs)
|
||||||
run: |
|
run: |
|
||||||
|
cd docs/
|
||||||
make quick
|
make quick
|
||||||
|
|
||||||
- name: Deploy docs (only from master/develop branch)
|
- name: Deploy docs (only from master/develop branch)
|
||||||
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
|
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
|
||||||
run: |
|
run: |
|
||||||
|
cd docs/
|
||||||
echo "Would deploy here!"
|
echo "Would deploy here!"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
# VERSION WARNING
|
# VERSION WARNING
|
||||||
|
|
||||||
> This is the experimental static v0.9 documentation of Evennia, _automatically_ generated from the
|
> This is the experimental static v0.9 documentation of Evennia, _automatically_ generated from the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue