let's see if this works
Some checks failed
Build and release / release (push) Failing after 1s

This commit is contained in:
Lea 2023-07-29 20:55:59 +02:00
parent 41226df94b
commit bdae571cfc
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -10,15 +10,17 @@ jobs:
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update eatmydata apt-get update
apt-get install -y nodejs npm eatmydata apt-get install -y nodejs npm
npm install -g less eatmydata npm install -g less
- name: Check out repository - name: Check out repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build CSS - name: Build CSS
run: ./build.sh run: |
mkdir dist
./build.sh
id: build id: build
- name: Publish release - name: Publish release