Skip to content

Commit e110cde

Browse files
committed
fix invalid action syntax
1 parent 7e95c71 commit e110cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build website
2323
run: yarn build
2424
- name: Deploy
25-
if: github.event_name == "push"
25+
if: ${{ github.event_name == 'push' }}
2626
uses: peaceiris/actions-gh-pages@v3
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)