Skip to content

Commit

Permalink
👷 change cli branch
Browse files Browse the repository at this point in the history
  • Loading branch information
higuaifan committed Jan 19, 2024
1 parent 76b9f5e commit d1171e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build & Deploy
on:
push:
branches:
- main
- ci
pull_request:
branches:
- main
- ci
jobs:
build:
name: Build
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.SHUIMO_GITHUB_TOKEN }}
publish_dir: ./dist
publish_dir: ./dist

0 comments on commit d1171e3

Please sign in to comment.