Skip to content

Commit e1e5a81

Browse files
committed
FIX: Force javascript node24 and enablement:true for docs
1 parent 44baf51 commit e1e5a81

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
build-docs:
1313
runs-on: ubuntu-latest
14+
env:
15+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1416
permissions:
1517
contents: read
1618

@@ -84,6 +86,8 @@ jobs:
8486
needs: build-docs
8587
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
8688
runs-on: ubuntu-latest
89+
env:
90+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
8791
permissions:
8892
contents: read
8993
pages: write
@@ -118,6 +122,8 @@ jobs:
118122

119123
- name: Setup Pages
120124
uses: actions/configure-pages@v4
125+
with:
126+
enablement: true
121127

122128
- name: Upload artifact for Pages
123129
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)