Update deploy config
This commit is contained in:
parent
31ffbec13b
commit
b09ed7e688
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -8,6 +8,8 @@ jobs:
|
|||
lint-and-build:
|
||||
name: Deploy
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Use Node.js 16.x
|
||||
|
@ -19,8 +21,6 @@ jobs:
|
|||
- run: npm run sitemap
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
permissions:
|
||||
contents: write
|
||||
with:
|
||||
BRANCH: gh-pages
|
||||
FOLDER: dist
|
||||
|
|
Loading…
Reference in a new issue