Skip to content

Commit 93b68f2

Browse files
[Proposal] Track Submodule pymc-examples Git Fix (#4375)
* 📌 Track submodule pymc-examples to main branch * Configure .gitmodules to specify branch for submodule * closes #4357 * 📌 Track submodule pymc-examples to main branch * Configure .gitmodules to specify branch for submodule * closes #4357 * ⬆️ Commit latest main branch submodule pymc-examples * Updated .gitattributes file * git submodule sync * switch branch * go to parent module, and commit * :pin: Change git submodule update command for docs/source/pymc-examples
1 parent e0ee447 commit 93b68f2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: .gitmodules

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "docs/source/pymc-examples"]
22
path = docs/source/pymc-examples
3-
url = [email protected]:pymc-devs/pymc-examples.git
3+
url = https://github.com/pymc-devs/pymc-examples.git
4+
branch = main

Diff for: build_and_deploy_docs.sh

+1-1
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)