added sass install to CD
This commit is contained in:
parent
fb7f8a6334
commit
2ebbba6ae8
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -64,6 +64,9 @@ jobs:
|
|||||||
- name: Install Node Packages # JS install
|
- name: Install Node Packages # JS install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Install Sass
|
||||||
|
run: npm install -g sass
|
||||||
|
|
||||||
- name: Set up Cloud SDK
|
- name: Set up Cloud SDK
|
||||||
uses: google-github-actions/setup-gcloud@master
|
uses: google-github-actions/setup-gcloud@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user