Skip to content

Commit aecf66a

Browse files
committed
Fix: typo
1 parent 51aac80 commit aecf66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- run: pnpm run build
6161

6262
# Create backend export
63-
- run: node src/scripts/strapiToJson.py
63+
- run: node src/scripts/strapiToJson.js
6464
- run: mv exports build/export
6565

6666
- uses: actions/upload-artifact@v4
@@ -108,7 +108,7 @@ jobs:
108108
- run: echo "$(envsubst < build/index.html)" > build/index.html
109109

110110
# Create backend export
111-
- run: node src/scripts/strapiToJson.py
111+
- run: node src/scripts/strapiToJson.js
112112
- run: mv exports build/export
113113

114114
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)