From 89a94aea077edf488cf50e05523099d835cb9aea Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Tue, 25 Jul 2023 13:34:34 -0400 Subject: [PATCH] Fix gh permissions to publish gh-pages --- .github/workflows/website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 940088257..ec00f83e8 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -8,6 +8,8 @@ jobs: build: name: Build & Deploy runs-on: ubuntu-20.04 + permissions: + contents: write steps: # checkout code - uses: actions/checkout@v2