Skip to content

Commit ee5a0d0

Browse files
Update doc workflow
1 parent dffe105 commit ee5a0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
export LC_ALL="C"
2323
pip3 install sphinx
2424
pip3 install sphinx-rtd-theme
25+
pip3 install .
2526
git checkout --orphan gh-pages
2627
rm -rf *
2728
git fetch
2829
git reset
2930
git clean -fdx
3031
git checkout ${{ github.sha }} -- batchflow docs
31-
pip install .
3232
cd docs
3333
make html
3434

0 commit comments

Comments
 (0)