From 41e350966d8e3f239bc9a41464ba1fdf06f23396 Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann Date: Wed, 6 Dec 2023 18:55:43 +0100 Subject: [PATCH] fixup! Add workflow for building the docs --- .github/workflows/test_and_deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index fe29d80bc..e0c184150 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -191,12 +191,12 @@ jobs: run: pip wheel --no-deps -w dist . - name: Install distribution run: pip install .//dist//*.whl - - run: echo ${{ vars.BUILD_GALLERY }} + - run: echo ${{ env.BUILD_GALLERY }} - name: Build documentation - if: ${{ vars.BUILD_GALLERY }} + if: ${{ env.BUILD_GALLERY }} run: sphinx-build -D plot_gallery=0 doc build//doc - name: Build documentation - if: ${{ vars.BUILD_GALLERY }} + if: ${{ env.BUILD_GALLERY }} run: sphinx-build doc build//doc - name: Zip documentation run: |