feat: 提交
parent
f7c1152a5f
commit
e5caf7bdec
|
|
@ -6,12 +6,16 @@ on:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pages: write
|
pages: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
|
environment:
|
||||||
|
name: github-pages
|
||||||
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 克隆代码
|
- name: 克隆代码
|
||||||
|
|
@ -32,4 +36,5 @@ jobs:
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
||||||
- name: 部署分支
|
- name: 部署分支
|
||||||
|
id: deployment
|
||||||
uses: actions/deploy-pages@v2
|
uses: actions/deploy-pages@v2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue