From 616f2f9dce865a602cf2e511e4ab0dac81f0e107 Mon Sep 17 00:00:00 2001 From: suroh Date: Fri, 2 Feb 2024 15:23:12 +0100 Subject: [PATCH] updated deploy workflow --- .gitea/workflows/deploy.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 70bca14..3128055 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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