We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034298b commit aaafcd9Copy full SHA for aaafcd9
2 files changed
.github/workflows/ci-docs-testing.yml
@@ -30,6 +30,9 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
pip install sphinx sphinx-toolbox piccolo-theme
33
+
34
+ - name: Install alc-ux demo plugin
35
+ run: python -m pip install .
36
37
- name: Build the documentation
38
run: sphinx-build -b html docs/source/ docs/build/html
.github/workflows/ci-docs.yml
0 commit comments