Compare commits
2 Commits
5e4e4bf4b8
...
313e234a63
Author | SHA1 | Date |
---|---|---|
suroh | 313e234a63 | |
suroh | 616f2f9dce |
|
@ -14,8 +14,11 @@ jobs:
|
|||
- name: Move to directory
|
||||
run: cd ${{ github.workspace }}
|
||||
|
||||
- name: Building dependencies
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Check deployment directory
|
||||
run: ls -lh /var/www/
|
||||
- name: Build 11ty site
|
||||
run: npm run build && cd dist
|
||||
|
||||
- name: Check build directory
|
||||
run: pwd
|
||||
|
|
Loading…
Reference in New Issue