Update main.yaml

master
yutent 2023-02-19 14:59:24 +08:00 committed by GitHub
parent 0c934f8df2
commit d1e3fe8c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -21,3 +21,12 @@ jobs:
run: | run: |
npm i npm i
npm run build npm run build
- name: 上传dist目录
uses: actions/upload-pages-artifact@v1
with:
path: './dist'
- name: 部署github pages
id: deployment
uses: actions/deploy-pages@v1