From 65a92b72ab66db1e14980f33a622bb31b73e0d5b Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 26 Jan 2022 00:22:34 +0100 Subject: [PATCH] Fix in build --- .github/workflows/github_action_build_docs.yml | 8 ++++---- docs/Makefile | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github_action_build_docs.yml b/.github/workflows/github_action_build_docs.yml index 6c717b2926..7168e91d63 100644 --- a/.github/workflows/github_action_build_docs.yml +++ b/.github/workflows/github_action_build_docs.yml @@ -49,13 +49,13 @@ jobs: evennia --init gamedir cd gamedir evennia migrate - git fetch origin develop - git fetch origin v0.9.5:v0.9.5 - git config --global user.email "docbuilder@evennia.com" - git config --global user.name "Evennia docbuilder action" - name: Build and deploy docs (only from master/develop branch) if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}} run: | + git fetch origin develop + git fetch origin v0.9.5:v0.9.5 + git config --global user.email "docbuilder@evennia.com" + git config --global user.name "Evennia docbuilder action" cd docs make release diff --git a/docs/Makefile b/docs/Makefile index 92780c2e48..748dd61c9e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,6 @@ SOURCEDIR = source BUILDDIR = build AUTODOCDIR = $(SOURCEDIR)/api - # You can set these variables from the command line, and also # from the environment for the first two. SPHINXOPTS ?=