Skip to content

Commit 30745f0

Browse files
Update gh-pages.yml
1 parent b409533 commit 30745f0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ jobs:
2626
python-version: 3.9
2727
- name: Install sphinx
2828
run: |
29-
pip install sphinx
30-
pip install furo
31-
pip install sphinx-togglebutton
32-
pip install sphinx-favicon
33-
pip install sphinxcontrib.bibtex
29+
pip install -r requirements.txt
30+
cd countoscope/
31+
pip install .
3432
- name: Build
3533
run: |
3634
cd docs/

0 commit comments

Comments
 (0)