Skip to content

Commit f9de866

Browse files
committed
install build dependencies during action
1 parent 7bbb7b3 commit f9de866

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
path: "./docs" # Upload entire repository
3838
- name: Install package
3939
run: python -m pip install .
40+
- name: Install dependencies
41+
run: python -m pip install sphinx pydata-sphinx-theme
4042
- name: Deploy to GitHub Pages
4143
id: deployment
4244
uses: sphinx-notes/pages@v3

0 commit comments

Comments
 (0)