From 147cb6bfd9244ddf9e7a1e57562b66ed58f30f1a Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 26 Jan 2022 19:18:26 +0100 Subject: [PATCH] Exploring just what is set in build env --- .github/workflows/github_action_build_docs.yml | 2 +- docs/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github_action_build_docs.yml b/.github/workflows/github_action_build_docs.yml index a96c8139de..1431dedb13 100644 --- a/.github/workflows/github_action_build_docs.yml +++ b/.github/workflows/github_action_build_docs.yml @@ -24,7 +24,6 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - submodules: true - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 @@ -52,5 +51,6 @@ jobs: run: | git config --global user.email "docbuilder@evennia.com" git config --global user.name "Evennia docbuilder action" + git branch 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 ?=