From 4847720d7c3cf4518d68b0771f47039ce8e7e455 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 26 Jan 2022 19:59:35 +0100 Subject: [PATCH] Do explicit checkout --- .github/workflows/github_action_build_docs.yml | 2 ++ docs/Makefile | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github_action_build_docs.yml b/.github/workflows/github_action_build_docs.yml index 3d8ef25391..15c50d7481 100644 --- a/.github/workflows/github_action_build_docs.yml +++ b/.github/workflows/github_action_build_docs.yml @@ -38,6 +38,8 @@ jobs: - name: Install doc-building dependencies run: | + git branch + git checkout develop python -m pip install --upgrade pip cd docs/ make install diff --git a/docs/Makefile b/docs/Makefile index eed5098f2f..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 ?=