More testing with doc build

This commit is contained in:
Griatch 2022-01-21 00:35:50 +01:00
parent 98aa1d0c1e
commit a875ded18b
2 changed files with 1 additions and 10 deletions

View file

@ -31,6 +31,7 @@ jobs:
- name: Install doc-building dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
cd docs/
make install
@ -40,15 +41,6 @@ jobs:
cd docs/
make quickstrict
# full game dir needed for mv-local
# - name: Set up evennia game dir
# run: |
# pip install -e .
# cd ..
# evennia --init gamedir
# cd gamedir
# evennia migrate
- name: Deploy docs (only from master/develop branch)
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
run: |