Skip to content

Commit b74580a

Browse files
committed
publish docs: Install missing sassc
1 parent df0a005 commit b74580a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-upload-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Install sphinx python package from pip
4646
run: pip install -U -r sphinx-requirements.txt
4747

48+
- name: Install sassc for CSS compilation
49+
run: sudo apt-get update && sudo apt-get install -y sassc
50+
4851
- name: Build docs
4952
run: make site
5053

0 commit comments

Comments
 (0)