Update deploy config
This commit is contained in:
parent
0f253209d5
commit
31ffbec13b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -19,8 +19,9 @@ jobs:
|
|||
- run: npm run sitemap
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
permissions:
|
||||
contents: write
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BRANCH: gh-pages
|
||||
FOLDER: dist
|
||||
CLEAN: true
|
||||
|
|
Loading…
Reference in a new issue