File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,16 +25,14 @@ jobs:
2525 name : github-pages
2626 url : ${{ steps.deployment.outputs.page_url }}
2727 steps :
28- - uses : actions/checkout@v4
29- # first run also creates the Pages site itself: the sandbox PAT lacks
30- # the Pages permission, but the workflow token has pages:write
31- - uses : actions/configure-pages@v5
32- with :
33- enablement : true
28+ - uses : actions/checkout@v7
29+ # the Pages site itself was created once by hand (Settings > Pages >
30+ # Source: GitHub Actions); no token available here can create it
31+ - uses : actions/configure-pages@v6
3432 - name : Stage the report as the site root
3533 run : |
3634 mkdir -p _site
3735 cp results/report.html _site/index.html
38- - uses : actions/upload-pages-artifact@v3
39- - uses : actions/deploy-pages@v4
36+ - uses : actions/upload-pages-artifact@v5
37+ - uses : actions/deploy-pages@v5
4038 id : deployment
You can’t perform that action at this time.
0 commit comments