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
|
||||
run: npm ci
|
||||
|
||||
- name: Install Sass
|
||||
run: npm install -g sass
|
||||
|
||||
- name: Set up Cloud SDK
|
||||
uses: google-github-actions/setup-gcloud@master
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user