We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa06978 commit 3932588Copy full SHA for 3932588
1 file changed
.github/workflows/doc.yaml
@@ -32,7 +32,7 @@ jobs:
32
path: ./doc/_build/html
33
34
deploy:
35
- if: github.event_name == 'push'
+ if: ${{ github.event_name == 'push' }}
36
needs: build
37
timeout-minutes: 10
38
runs-on: ubuntu-latest
0 commit comments