From bdae571cfc3356d74c67a14af6f9e9b2ceb2ee3e Mon Sep 17 00:00:00 2001 From: Lea Date: Sat, 29 Jul 2023 20:55:59 +0200 Subject: [PATCH] let's see if this works --- .forgejo/workflows/build-and-release.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/build-and-release.yaml b/.forgejo/workflows/build-and-release.yaml index da9846f..f57fc93 100644 --- a/.forgejo/workflows/build-and-release.yaml +++ b/.forgejo/workflows/build-and-release.yaml @@ -10,15 +10,17 @@ jobs: steps: - name: Install dependencies run: | - apt-get update - apt-get install -y nodejs npm - npm install -g less + eatmydata apt-get update + eatmydata apt-get install -y nodejs npm + eatmydata npm install -g less - name: Check out repository uses: actions/checkout@v3 - name: Build CSS - run: ./build.sh + run: | + mkdir dist + ./build.sh id: build - name: Publish release