We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b737d commit 632993eCopy full SHA for 632993e
.github/workflows/ci.yml
@@ -34,11 +34,7 @@ jobs:
34
if: needs.check.outputs.branch-pr == ''
35
uses: ./.github/workflows/_docs.yml
36
secrets:
37
- deploy_key: ${{
38
- github.event_name == 'release'
39
- && secrets.ACTIONS_DOCUMENTATION_DEPLOY_KEY
40
- || ''
41
- }}
+ deploy_key: ${{ github.event_name == 'release' && secrets.ACTIONS_DOCUMENTATION_DEPLOY_KEY || '' }}
42
43
pypi:
44
if: success() && github.event_name == 'release'
0 commit comments