updated deploy workflow

This commit is contained in:
suroh 2024-02-02 15:23:12 +01:00
parent d5c1ee51c6
commit 616f2f9dce
1 changed files with 6 additions and 3 deletions

View File

@ -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