mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix doc build makefile
This commit is contained in:
parent
349b712152
commit
e025357d16
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
|
||||
|
||||
# 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: 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'}}
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ _multiversion-deploy:
|
|||
_latex-build:
|
||||
@NOAUTODOC=1 EVDIR=$(EVDIR) EVGAMEDIR=$(EVGAMEDIR) $(SPHINXBUILD) -M latexpdf "$(SOURCEDIR)" "$(BUILDDIR)/latex" $(QUICKFILES)
|
||||
|
||||
# main target:
|
||||
install:
|
||||
@pip install -r requirements.txt
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue