We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44baf51 commit e1e5a81Copy full SHA for e1e5a81
1 file changed
.github/workflows/docs.yml
@@ -11,6 +11,8 @@ on:
11
jobs:
12
build-docs:
13
runs-on: ubuntu-latest
14
+ env:
15
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
16
permissions:
17
contents: read
18
@@ -84,6 +86,8 @@ jobs:
84
86
needs: build-docs
85
87
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
88
89
90
91
92
93
pages: write
@@ -118,6 +122,8 @@ jobs:
118
122
119
123
- name: Setup Pages
120
124
uses: actions/configure-pages@v4
125
+ with:
126
+ enablement: true
121
127
128
- name: Upload artifact for Pages
129
uses: actions/upload-pages-artifact@v3
0 commit comments