From a6d054a09ac8033ad0cf561360952027f87433f2 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Wed, 11 Jun 2025 16:14:51 +0200 Subject: [PATCH] test in cd --- .gitea/workflows/build.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cdb3cca..402ade6 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,9 +12,11 @@ jobs: uses: actions/setup-node@v4 with: node-version: '24.x' - - run: | - cd banquise-website - npm ci - - run: | - cd banquise-website - npm run build + - name: install dep + run: | + cd banquise-website + npm ci + - name: build + run: | + cd banquise-website + npm run build