From 015f32a7e7efc4e77989dc1c99e706bd8184f4fc Mon Sep 17 00:00:00 2001 From: Daniel Shown Date: Thu, 29 Aug 2024 15:12:40 -0500 Subject: [PATCH] it's a permission issue; for more details see https://github.com/peaceiris/actions-gh-pages?tab=readme-ov-file#%EF%B8%8F-first-deployment-with-github_token --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3e4180cb..ac36b2a2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,8 @@ jobs: deploy: name: Deploy to GitHub Pages runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v3