This commit is contained in:
parent
41226df94b
commit
bdae571cfc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue