We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df0a005 + b74580a commit 967bc0aCopy full SHA for 967bc0a
1 file changed
.github/workflows/build-upload-docs.yml
@@ -45,6 +45,9 @@ jobs:
45
- name: Install sphinx python package from pip
46
run: pip install -U -r sphinx-requirements.txt
47
48
+ - name: Install sassc for CSS compilation
49
+ run: sudo apt-get update && sudo apt-get install -y sassc
50
+
51
- name: Build docs
52
run: make site
53
0 commit comments