feat: 提交

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

View File

@ -6,12 +6,16 @@ on:
- master
jobs:
deploy:
build:
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: 克隆代码
@ -32,4 +36,5 @@ jobs:
path: ./dist
- name: 部署分支
id: deployment
uses: actions/deploy-pages@v2