File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches :
88 - main
9+ permissions :
10+ contents : write
911jobs :
1012 deploy :
1113 env :
1214 BASE_PATH : ${{ github.event.repository.name }}
1315 DIST_FOLDER : docs/.vuepress/dist
16+ concurrency : ci-${{ github.ref }}
1417 runs-on : ubuntu-latest
1518 steps :
1619 - name : Checkout
17- uses : actions/checkout@v3
20+ uses : actions/checkout@v6
1821
1922 - name : Setup Node.js environment
20- uses : actions/setup-node@v3
23+ uses : actions/setup-node@v6
2124 with :
2225 node-version : ' lts/*'
2326
2730 BASE_PATH=${{ env.BASE_PATH }} npm run docs:build
2831
2932 - name : Deploy
30- uses : JamesIves/github-pages-deploy-action@v4.4.1
33+ uses : JamesIves/github-pages-deploy-action@v4
3134 with :
3235 branch : gh-pages
3336 folder : ${{ env.DIST_FOLDER }}
You can’t perform that action at this time.
0 commit comments