From e025357d16725dd72be7a93c7b0b42d59fae4f7a Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 20 Mar 2021 10:49:06 +0100 Subject: [PATCH] Fix doc build makefile --- .github/workflows/github_action_build_docs.yml | 14 +++++++------- docs/Makefile | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/github_action_build_docs.yml b/.github/workflows/github_action_build_docs.yml index 5b085b9f3b..5ad86c2a9c 100644 --- a/.github/workflows/github_action_build_docs.yml +++ b/.github/workflows/github_action_build_docs.yml @@ -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'}} diff --git a/docs/Makefile b/docs/Makefile index e7141b6b20..0cc01b83ed 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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: