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