Update deploy config

This commit is contained in:
Mikołaj Pich 2022-12-03 11:08:36 +01:00 committed by GitHub
parent 31ffbec13b
commit b09ed7e688
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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