From 835e4d6bb57de98539c4f9ca301519fbcedb78cf Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 26 Jan 2022 00:06:57 +0100 Subject: [PATCH] Another test to get the 0.9.5 branch --- .github/workflows/github_action_build_docs.yml | 4 ++-- docs/Makefile | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github_action_build_docs.yml b/.github/workflows/github_action_build_docs.yml index 9727cdbfb4..aec6c02365 100644 --- a/.github/workflows/github_action_build_docs.yml +++ b/.github/workflows/github_action_build_docs.yml @@ -22,8 +22,6 @@ jobs: steps: - uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 @@ -55,6 +53,8 @@ jobs: - 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 git config --global user.email "docbuilder@evennia.com" git config --global user.name "Evennia docbuilder action" cd docs 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 ?=