Skip to content

Commit 51aac80

Browse files
committed
Fix: path issue
1 parent 1c377ca commit 51aac80

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 scripts/strapiToJson.py
63+
- run: node src/scripts/strapiToJson.py
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 scripts/strapiToJson.py
111+
- run: node src/scripts/strapiToJson.py
112112
- run: mv exports build/export
113113

114114
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)