updated deploy workflow
This commit is contained in:
parent
d5c1ee51c6
commit
616f2f9dce
|
@ -14,8 +14,11 @@ jobs:
|
||||||
- name: Move to directory
|
- name: Move to directory
|
||||||
run: cd ${{ github.workspace }}
|
run: cd ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Building dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Check deployment directory
|
- name: Build 11ty site
|
||||||
run: ls -lh /var/www/
|
run: npm run build && cd dist
|
||||||
|
|
||||||
|
- name: Check build directory
|
||||||
|
run: pwd
|
||||||
|
|
Loading…
Reference in New Issue