Correct doc-building make
This commit is contained in:
parent
3e90e0bb14
commit
c69ffe9f41
2 changed files with 8 additions and 8 deletions
14
.github/workflows/github_action_build_docs.yml
vendored
14
.github/workflows/github_action_build_docs.yml
vendored
|
|
@ -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'}}
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue