Skip to content

Commit 1439ba7

Browse files
:pin: Change git submodule update command for docs/source/pymc-examples
1 parent babb121 commit 1439ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_and_deploy_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
latesttag=$(git describe --tags `git rev-list --tags --max-count=1`)
44
echo checking out ${latesttag}
55
git checkout ${latesttag}
6-
git submodule update --init --recursive
6+
git submodule update --remote
77
pushd docs/source
88
make html
99
ghp-import -c docs.pymc.io -n -p _build/html/

0 commit comments

Comments
 (0)