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

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