Correct doc-building make

This commit is contained in:
Griatch 2021-03-20 10:47:57 +01:00
parent 3e90e0bb14
commit c69ffe9f41
2 changed files with 8 additions and 8 deletions

View file

@ -41,13 +41,13 @@ jobs:
make quickstrict make quickstrict
# full game dir needed for mv-local # full game dir needed for mv-local
- name: Set up evennia game dir # - name: Set up evennia game dir
run: | # run: |
pip install -e . # pip install -e .
cd .. # cd ..
evennia --init gamedir # evennia --init gamedir
cd gamedir # cd gamedir
evennia migrate # evennia migrate
- 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'}}

View file

@ -86,7 +86,7 @@ _multiversion-deploy:
_latex-build: _latex-build:
@NOAUTODOC=1 EVDIR=$(EVDIR) EVGAMEDIR=$(EVGAMEDIR) $(SPHINXBUILD) -M latexpdf "$(SOURCEDIR)" "$(BUILDDIR)/latex" $(QUICKFILES) @NOAUTODOC=1 EVDIR=$(EVDIR) EVGAMEDIR=$(EVGAMEDIR) $(SPHINXBUILD) -M latexpdf "$(SOURCEDIR)" "$(BUILDDIR)/latex" $(QUICKFILES)
# main target: install:
@pip install -r requirements.txt @pip install -r requirements.txt
clean: clean: