Skip to content

Commit

Permalink
Correct the landing page action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatveyK committed Feb 21, 2025
1 parent 5033549 commit 6dbad53
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ jobs:
with:
node-version: 'latest'

- name: Install dependencies
working-directory: ./landing-page
run: |
npm ci
- name: Build the landing page
working-directory: ./landing-page
run: |
npm run --prefix landing-page build
working-directory: .
npm run build
# Push the built files to Infomaniak FTP
- name: 📂 Sync files
Expand Down

0 comments on commit 6dbad53

Please sign in to comment.