Update main.yml
This commit is contained in:
parent
6d6197420b
commit
a354d855a8
1 changed files with 4 additions and 3 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue