refactor: update workflow
This commit is contained in:
parent
c4313f4b20
commit
2906e7e925
2
.github/workflows/deploy-gitee-pages.yml
vendored
2
.github/workflows/deploy-gitee-pages.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
- name: Build
|
||||
run: pnpm run build-gitee-pages
|
||||
|
||||
- name: Deploy to gh-pages
|
||||
- name: Deploy to Gitee Pages
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
2
.github/workflows/deploy-github-pages.yml
vendored
2
.github/workflows/deploy-github-pages.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
run: pnpm install
|
||||
|
||||
- name: Build
|
||||
run: pnpm run build
|
||||
run: pnpm run build-gp-pages
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user