Skip to content

Commit

Permalink
removed restriction on release for docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Dec 27, 2024
1 parent 571ba9c commit c4d7468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4d7468

Please sign in to comment.