Skip to content

Commit

Permalink
chore: update CI workflow [refresh gh-pages]
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 8, 2023
1 parent 5e77c9e commit 7f0f33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Deploy to gh-pages
if: |
github.ref == 'refs/heads/master' &&
contains(github.event.head_commit.message, format('chore{0} release', ':')) || contains(github.event.head_commit.message, '[update github demo]')
contains(github.event.head_commit.message, format('chore{0} release', ':')) || contains(github.event.head_commit.message, '[refresh gh-pages]')
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7f0f33f

Please sign in to comment.