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
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- run: cd "polsevev.dev.frontend"
|
- run: |
|
||||||
- run: npm install
|
cd polsevev.dev.frontend
|
||||||
- run: npm run build
|
npm install
|
||||||
|
npm run build
|
||||||
- name: Rsync to server
|
- name: Rsync to server
|
||||||
uses: burnett01/rsync-deployments@5.2
|
uses: burnett01/rsync-deployments@5.2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue