Update main.yml

This commit is contained in:
Rolf Martin Glomsrud 2023-08-31 15:18:33 +02:00 committed by GitHub
parent 6d6197420b
commit a354d855a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,9 +13,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: cd "polsevev.dev.frontend"
- run: npm install
- run: npm run build
- run: |
cd polsevev.dev.frontend
npm install
npm run build
- name: Rsync to server
uses: burnett01/rsync-deployments@5.2
with: