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 a520223 commit d4f850aCopy full SHA for d4f850a
build_and_deploy_docs.sh
@@ -1,5 +1,8 @@
1
#!/bin/sh
2
3
+latesttag=$(git describe --tags `git rev-list --tags --max-count=1`)
4
+echo checking out ${latesttag}
5
+git checkout ${latesttag}
6
pushd docs/source
7
make html
8
ghp-import -c docs.pymc.io -n -p _build/html/
0 commit comments