workflow attempt 2
All checks were successful
Build and release / relesae (push) Successful in 9m46s

This commit is contained in:
Lea 2023-07-29 20:27:50 +02:00
parent a8b64bdf5d
commit e916cc97e9
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -10,7 +10,8 @@ jobs:
steps:
- name: Install dependencies
run: |
apt-get install -y npm
apt-get update
apt-get install -y nodejs npm
npm install -g less
- name: Check out repository