Skip to content

Commit

Permalink
test: ci 分支为dev 发布网页
Browse files Browse the repository at this point in the history
  • Loading branch information
eyea committed Dec 6, 2023
1 parent d73be33 commit b1307c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Deploy gh-pages
if: |
github.event_name == 'push' &&
github.ref == 'refs/heads/master'
github.ref == 'refs/heads/dev'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b1307c3

Please sign in to comment.