Skip to content

Commit aaafcd9

Browse files
authored
Fix for building the api docs within the ci pipeline (#29)
1 parent 034298b commit aaafcd9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-docs-testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install sphinx sphinx-toolbox piccolo-theme
33+
34+
- name: Install alc-ux demo plugin
35+
run: python -m pip install .
3336

3437
- name: Build the documentation
3538
run: sphinx-build -b html docs/source/ docs/build/html

.github/workflows/ci-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install sphinx sphinx-toolbox piccolo-theme
33+
34+
- name: Install alc-ux demo plugin
35+
run: python -m pip install .
3336

3437
- name: Build the documentation
3538
run: sphinx-build -b html docs/source/ docs/build/html

0 commit comments

Comments
 (0)