feat: 提交

master
绝弹 2023-09-16 16:23:36 +08:00 committed by GitHub
parent 7b85db8312
commit cd726fc73f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -28,9 +28,10 @@ jobs:
- name: 构建产物
run: pnpm run build
- name: 部署到 gh-pages 分支
uses: peaceiris/actions-gh-pages@v3
- name: 上传产物
uses: actions/upload-pages-artifact@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./dist
path: ./dist
- name: 部署分支
uses: actions/deploy-pages@v2