From 1c6c20e3173ee11f191636ceaee32548a48679ac Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 5 Dec 2024 09:35:50 +1300 Subject: [PATCH] remove this commit --- .github/workflows/deploy-gh-pages.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 36a9cb2..a5e1074 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -17,7 +17,6 @@ jobs: build: name: Build site runs-on: ubuntu-latest - if: github.repository_owner == 'silverstripe' permissions: contents: read steps: @@ -48,7 +47,6 @@ jobs: name: Deploy site needs: build runs-on: ubuntu-latest - if: github.repository_owner == 'silverstripe' permissions: pages: write id-token: write