Skip to content

Commit cf55b3e

Browse files
committed
M8: Update GitHub Pages workflow
- Update to v5 actions (Node.js 24 compatible) - Fix Pages deployment configuration Made-with: Cursor
1 parent 8471a15 commit cf55b3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ concurrency:
2020

2121
jobs:
2222
deploy:
23+
runs-on: ubuntu-latest
2324
environment:
2425
name: github-pages
2526
url: ${{ steps.deployment.outputs.page_url }}
26-
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
with:
3131
lfs: true
3232
- name: Setup Pages
33-
uses: actions/configure-pages@v4
33+
uses: actions/configure-pages@v5
3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v3
35+
uses: actions/upload-pages-artifact@v4
3636
with:
3737
path: docs
3838
- name: Deploy to GitHub Pages
3939
id: deployment
40-
uses: actions/deploy-pages@v4
40+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)