Skip to content

Commit

Permalink
Fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
andev0 committed Aug 20, 2024
1 parent 6bfe423 commit 0459eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
node-version: 22.2.0
cache: 'npm'
- run: npm run install-deps
- run: npx run compile
- run: npm run compile
- run: npm run export-satisfactory-data
- run: npx run build-app
- run: npm run build-app

- name: Deploy with gh-pages
run: |
Expand Down

0 comments on commit 0459eeb

Please sign in to comment.