Skip to content

Commit 227e701

Browse files
authored
Merge pull request #197 from ndem0/github_action
Action for documentation deploy
2 parents 5e69fe0 + 527d812 commit 227e701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sphinx-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Create the new documentation
2929
uses: ammaraskar/sphinx-action@master
3030
with:
31+
pre-build-command: "python -m pip install pip sphinx_rtd_theme -U"
3132
docs-folder: "docs/"
3233

3334
- name: Deploy

0 commit comments

Comments
 (0)