We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1207dba commit 521cd56Copy full SHA for 521cd56
.github/workflows/documentation.yml
@@ -2,7 +2,7 @@ name: Sphinx Build
2
on: [push, pull_request, workflow_dispatch]
3
jobs:
4
docs:
5
- if: {{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }}
+ if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v2
0 commit comments