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