mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
More work on doc deployment
This commit is contained in:
parent
a875ded18b
commit
b332a2a205
2 changed files with 7 additions and 6 deletions
10
.github/workflows/github_action_build_docs.yml
vendored
10
.github/workflows/github_action_build_docs.yml
vendored
|
|
@ -36,10 +36,10 @@ jobs:
|
|||
make install
|
||||
|
||||
# fail early here, run quickstrict with aborts also on warnings
|
||||
- name: Quick-test docs (no autodocs)
|
||||
run: |
|
||||
cd docs/
|
||||
make quickstrict
|
||||
# - name: Quick-test docs (no autodocs)
|
||||
# run: |
|
||||
# cd docs/
|
||||
# make quickstrict
|
||||
|
||||
- name: Deploy docs (only from master/develop branch)
|
||||
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
|
||||
|
|
@ -48,4 +48,4 @@ jobs:
|
|||
git config --global user.name "Doc builder mechanism"
|
||||
cd docs
|
||||
make mv-local
|
||||
echo "Would deploy here!"
|
||||
make deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue