From 3d9c1656d184d148724b7440f3dee7bdca23bb14 Mon Sep 17 00:00:00 2001 From: Johnny322 Date: Sun, 8 Feb 2026 12:29:57 +0100 Subject: [PATCH] Push again --- .gitea/workflows/on-push.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/on-push.yml b/.gitea/workflows/on-push.yml index f3eb805..3023c08 100644 --- a/.gitea/workflows/on-push.yml +++ b/.gitea/workflows/on-push.yml @@ -15,10 +15,13 @@ jobs: apk add --no-cache nodejs npm # if your job container is Alpine node -v npm -v - - name: Pull and maybe restart one day + - name: Pull and pull + - name: Install dependencies run: | - ls cd /root/repos/music-jeopardy git pull - npm install - npm run dev + npm ci + + - name: Start Vue dev server + run: | + npm run dev -- --host 0.0.0.0 --port 5173