Update deploy config

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

View file

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