docs: remove duplicate permissions github workflow example

pull/3510/head
Liam Ederzeel 2 years ago
parent ac528e3388
commit 76a724027d

@ -182,9 +182,6 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f
name: github-pages name: github-pages
url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}
needs: build needs: build
permissions:
pages: write
id-token: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Deploy name: Deploy
steps: steps:

Loading…
Cancel
Save