Skip to content

Commit 5383eee

Browse files
committed
ci(pages): enablement=true and force Node24; fix Pages 404
1 parent 2b3de3f commit 5383eee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: ["main"]
66
workflow_dispatch:
77

8+
env:
9+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
10+
811
permissions:
912
contents: read
1013
pages: write
@@ -20,6 +23,8 @@ jobs:
2023
steps:
2124
- uses: actions/checkout@v4
2225
- uses: actions/configure-pages@v5
26+
with:
27+
enablement: true
2328
- uses: actions/upload-pages-artifact@v3
2429
with:
2530
path: "."
@@ -33,4 +38,3 @@ jobs:
3338
steps:
3439
- id: deployment
3540
uses: actions/deploy-pages@v4
36-

0 commit comments

Comments
 (0)