Testing with a manual doc deploy

This commit is contained in:
Griatch 2022-01-25 23:34:28 +01:00
parent 2a70a8a688
commit 89baae29ed
2 changed files with 5 additions and 6 deletions

View file

@ -44,16 +44,16 @@ jobs:
- name: Set up evennia game dir
run: |
pip install -e .
pip install -r requirements_extra.txt
cd ..
evennia --init gamedir
cd gamedir
evennia migrate
- name: Deploy docs (only from master/develop branch)
- name: Build and deploy docs (only from master/develop branch)
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
run: |
git config --global user.email "docbuilder@evennia.com"
git config --global user.name "Doc builder mechanism"
git config --global user.name "Evennia docbuilder action"
cd docs
make mv-local
make deploy
make release