From 80ee14b7da911d1a664db7771c8e8443a66488f4 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Wed, 11 Jun 2025 15:59:08 +0200 Subject: [PATCH] test in cd --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2b289b9..a445a50 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,5 +18,6 @@ jobs: ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - run: cd banquise-website + - run: npm init -y - run: npm install - run: npm run build