We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacb31d commit dffe105Copy full SHA for dffe105
.github/workflows/doc.yml
@@ -28,6 +28,7 @@ jobs:
28
git reset
29
git clean -fdx
30
git checkout ${{ github.sha }} -- batchflow docs
31
+ pip install .
32
cd docs
33
make html
34
0 commit comments