Skip to content

Commit 5004ed2

Browse files
barretodavidclaude
andcommitted
Pages workflow on Node 24 action majors
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent ae20b9e commit 5004ed2

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/pages.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)