diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index bd2eb15..051a76a 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -6,8 +6,8 @@ jobs: build-and-deploy: runs-on: ubuntu-latest permissions: - actions: write - contents: read + actions: read + contents: write steps: - uses: actions/checkout@v4 - name: Use Setup Node and Install Dependencies Action