1 parent e048a98 commit 70244aeCopy full SHA for 70244ae
1 file changed
.github/workflows/deploy.yml
@@ -4,6 +4,8 @@ on:
4
workflow_dispatch:
5
push:
6
branches: [site]
7
+permissions:
8
+ contents: write
9
jobs:
10
deploy:
11
runs-on: ubuntu-latest
@@ -16,8 +18,7 @@ jobs:
16
18
- run: npm install --legacy-peer-deps
17
19
- run: npx nuxt build --preset github_pages
20
- name: GitHub Pages 🚀
- uses: JamesIves/github-pages-deploy-action@releases/v3
21
+ uses: JamesIves/github-pages-deploy-action@v4
22
with:
- ACCESS_TOKEN: ${{ secrets.CI }}
- BRANCH: gh-pages
23
- FOLDER: .output/public
+ branch: gh-pages
24
+ folder: .output/public
0 commit comments