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