Skip to content

Commit

Permalink
fix: github build pipeline order?
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Jul 29, 2024
1 parent e1ea75e commit fe7c80a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
node-version: 20
cache: "pnpm"
- run: pnpm install
- name: Create backend export
run: node src/scripts/strapiToJson.js
# - name: Move backend export
# run: mv exports build/exports
- run: pnpm run build

# Create backend export
- run: node src/scripts/strapiToJson.js
- run: mv exports build/exports

- uses: actions/upload-artifact@v4
with:
name: build-cache-gp
Expand Down

0 comments on commit fe7c80a

Please sign in to comment.