Compare commits

...

2 Commits

Author SHA1 Message Date
suroh 313e234a63 Merge branch 'main' of git.suroh.tk:suroh/work.suroh.tk
work.suroh.tk deploy / build-deploy (push) Failing after 19s Details
2024-02-02 15:23:56 +01:00
suroh 616f2f9dce updated deploy workflow 2024-02-02 15:23:12 +01:00
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