Skip to content

Commit ce22247

Browse files
Fixed conditional expression
1 parent 5279142 commit ce22247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
continue-on-error: true
8888
timeout-minutes: 10
8989
- name: Publish changes
90-
if: success() && ${{ !github.event.pull_request && github.event.action != 'closed'}}
90+
if: ${{ success() && !github.event.pull_request && github.event.action != 'closed'}}
9191
run: |
9292
git push origin gh-pages
9393
timeout-minutes: 10

0 commit comments

Comments
 (0)