File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 44 types : [created]
55jobs :
66 release :
7+ permissions :
8+ contents : read
9+ id-token : write
710 runs-on : ubuntu-latest
811 steps :
912 - uses : actions/checkout@v4
1922 env :
2023 PYPI_TOKEN : ${{ steps.mint.outputs.api-token }}
2124 - run : poetry run poe document
22- - uses : peaceiris/actions-gh-pages@v3
25+ - uses : actions/configure-pages@v5
26+ - uses : actions/upload-pages-artifact@v3
2327 with :
24- github_token : ${{ github.token }}
25- publish_dir : ./documentation/module/_build/html
26- publish_branch : documentation
27- force_orphan : true
28+ path : ./documentation/module/_build/html
29+ deploy-pages :
30+ needs : release
31+ environment :
32+ name : github-pages
33+ url : ${{ steps.deployment.outputs.page_url }}
34+ permissions :
35+ pages : write
36+ id-token : write
37+ runs-on : ubuntu-latest
38+ steps :
39+ - uses : actions/deploy-pages@v4
40+ id : deployment
You can’t perform that action at this time.
0 commit comments