From a53602941fe36612123857ebc6378fd12231cde2 Mon Sep 17 00:00:00 2001 From: Tim Martin Date: Fri, 17 Nov 2023 21:38:47 +0000 Subject: [PATCH] test --- .github/workflows/blossom-docs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blossom-docs.yml b/.github/workflows/blossom-docs.yml index 5740e4c5..1e904d17 100644 --- a/.github/workflows/blossom-docs.yml +++ b/.github/workflows/blossom-docs.yml @@ -15,6 +15,9 @@ # Simple workflow for deploying static content to GitHub Pages name: Deploy static content to Pages doctest3 +env: + docs_image: ${{ secrets.DOCS_IMAGE }} + on: # Runs on pushes targeting the default branch push: @@ -114,8 +117,6 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - env: - docs_image: ${{ secrets.DOCS_IMAGE }} container: image: ${{ env.docs_image }} credentials: