Skip to content

Commit 827cf43

Browse files
committed
add curly brackets
1 parent a9d4b71 commit 827cf43

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: make -C doc/manual html
4242

4343
- name: Deploy
44-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
44+
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release' }}
4545
uses: peaceiris/actions-gh-pages@v3
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}

prevent_commit_to_main.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)