From 76a724027de91fffeafe209e57120133511dc959 Mon Sep 17 00:00:00 2001 From: Liam Ederzeel Date: Sun, 28 Jan 2024 12:56:31 +0100 Subject: [PATCH] docs: remove duplicate permissions github workflow example --- docs/guide/deploy.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/guide/deploy.md b/docs/guide/deploy.md index e37ffb95..c9716855 100644 --- a/docs/guide/deploy.md +++ b/docs/guide/deploy.md @@ -182,9 +182,6 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f name: github-pages url: ${{ steps.deployment.outputs.page_url }} needs: build - permissions: - pages: write - id-token: write runs-on: ubuntu-latest name: Deploy steps: