diff --git a/.github/workflows/github_action_build_docs.yml b/.github/workflows/github_action_build_docs.yml index 110fb347a7..f9ba95fcda 100644 --- a/.github/workflows/github_action_build_docs.yml +++ b/.github/workflows/github_action_build_docs.yml @@ -50,7 +50,7 @@ jobs: - name: Build and deploy docs (only from master/develop branch) if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}} run: | - git checkout origin v0.9.5 + git checkout v0.9.5 git checkout develop git config --global user.email "docbuilder@evennia.com" git config --global user.name "Evennia docbuilder action" 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 ?=