docs: update github page actions setting in deploy.md (#1930)

pull/1931/head
Lixu 3 years ago committed by GitHub
parent dcf29419f2
commit 2299b217b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save