From c4d7468262e5878c1990059aa55c737014fce44b Mon Sep 17 00:00:00 2001 From: Tom Close Date: Fri, 27 Dec 2024 12:09:23 +1100 Subject: [PATCH] removed restriction on release for docs deploy --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b021d625a..6301c4a3a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -86,7 +86,7 @@ jobs: path: docs-build/new - name: Check for GHPAGES_DEPLOY_KEY token id: deployable - if: github.event_name == 'release' + # if: github.event_name == 'release' env: GHPAGES_DEPLOY_KEY: "${{ secrets.GHPAGES_DEPLOY_KEY }}" run: if [ -n "$GHPAGES_DEPLOY_KEY" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi