mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
Fix doc-build action
This commit is contained in:
parent
33f93fab47
commit
89ff97eedf
2 changed files with 3 additions and 0 deletions
|
|
@ -37,9 +37,11 @@ jobs:
|
|||
|
||||
- name: Quick-test docs (no autodocs)
|
||||
run: |
|
||||
cd docs/
|
||||
make quick
|
||||
|
||||
- name: Deploy docs (only from master/develop branch)
|
||||
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
|
||||
run: |
|
||||
cd docs/
|
||||
echo "Would deploy here!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue