Skip to content

Commit d002507

Browse files
committed
install ionique in actions
1 parent d957454 commit d002507

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22+
pip install -e .
2223
pip install sphinx sphinx_rtd_theme
2324
pip install myst-parser
25+
2426
2527
- name: Build docs
2628
working-directory: docs

0 commit comments

Comments
 (0)