There was an error while loading. Please reload this page.
1 parent e4610ff commit 448dad4Copy full SHA for 448dad4
1 file changed
docs/publish-your-site.md
@@ -34,11 +34,17 @@ on:
34
- master
35
- main
36
permissions:
37
- contents: write
+ contents: read
38
+ pages: write
39
+ id-token: write
40
jobs:
41
deploy:
42
+ environment:
43
+ name: github-pages
44
+ url: ${{ steps.deployment.outputs.page_url }}
45
runs-on: ubuntu-latest
46
steps:
47
+ - uses: actions/configure-pages@v5
48
- uses: actions/checkout@v5
49
- uses: actions/setup-python@v5
50
with:
0 commit comments