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 babb121 commit 1439ba7Copy full SHA for 1439ba7
build_and_deploy_docs.sh
@@ -3,7 +3,7 @@
3
latesttag=$(git describe --tags `git rev-list --tags --max-count=1`)
4
echo checking out ${latesttag}
5
git checkout ${latesttag}
6
-git submodule update --init --recursive
+git submodule update --remote
7
pushd docs/source
8
make html
9
ghp-import -c docs.pymc.io -n -p _build/html/
0 commit comments