Skip to content

Commit fe7c80a

Browse files
committed
fix: github build pipeline order?
1 parent e1ea75e commit fe7c80a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
node-version: 20
5858
cache: "pnpm"
5959
- run: pnpm install
60+
- name: Create backend export
61+
run: node src/scripts/strapiToJson.js
62+
# - name: Move backend export
63+
# run: mv exports build/exports
6064
- run: pnpm run build
6165

62-
# Create backend export
63-
- run: node src/scripts/strapiToJson.js
64-
- run: mv exports build/exports
65-
6666
- uses: actions/upload-artifact@v4
6767
with:
6868
name: build-cache-gp

0 commit comments

Comments
 (0)