feat: 提交
parent
f7c1152a5f
commit
e5caf7bdec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue