Skip to content

Commit 521cd56

Browse files
fix documentation action syntax error
1 parent 1207dba commit 521cd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sphinx Build
22
on: [push, pull_request, workflow_dispatch]
33
jobs:
44
docs:
5-
if: {{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }}
5+
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)