From 9ce139c20a92ef36332742c03443e6b20d72f1ef Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Tue, 23 May 2023 19:34:08 +0200 Subject: [PATCH] woo actions! --- .gitea/workflows/publish-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-container.yaml b/.gitea/workflows/publish-container.yaml index 2a19d76..f2b5896 100644 --- a/.gitea/workflows/publish-container.yaml +++ b/.gitea/workflows/publish-container.yaml @@ -19,7 +19,7 @@ jobs: echo "KARTSROLLER_VERSION=$KARTSROLLER_VERSION" >> $GITHUB_ENV - name: Build site - run: npm run build + run: npm install && npm run build - name: Install Docker run: curl -fsSL https://get.docker.com | sh