From b09ed7e6882ee4138977884ac5f95a2c9b5052a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Sat, 3 Dec 2022 11:08:36 +0100 Subject: [PATCH] Update deploy config --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a2627e1..f35c0ef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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