diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a10182..a2627e1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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