We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8ac52 commit 05a9601Copy full SHA for 05a9601
1 file changed
.github/workflows/pages.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
env:
10
- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
11
12
permissions:
13
contents: read
@@ -23,6 +23,8 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/configure-pages@v5
26
+ env:
27
28
29
- name: Prepare site
30
shell: bash
@@ -55,6 +57,8 @@ jobs:
55
57
touch site/.nojekyll
56
58
59
- uses: actions/upload-pages-artifact@v4
60
61
62
with:
63
path: site
64
@@ -67,3 +71,5 @@ jobs:
67
71
68
72
- id: deployment
69
73
uses: actions/deploy-pages@v4
74
75
0 commit comments