We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51aac80 commit aecf66aCopy full SHA for aecf66a
.github/workflows/deploy.yml
@@ -60,7 +60,7 @@ jobs:
60
- run: pnpm run build
61
62
# Create backend export
63
- - run: node src/scripts/strapiToJson.py
+ - run: node src/scripts/strapiToJson.js
64
- run: mv exports build/export
65
66
- uses: actions/upload-artifact@v4
@@ -108,7 +108,7 @@ jobs:
108
- run: echo "$(envsubst < build/index.html)" > build/index.html
109
110
111
112
113
114
0 commit comments