Skip to content

[Proposal] Track Submodule pymc-examples Git Fix #4375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "docs/source/pymc-examples"]
path = docs/source/pymc-examples
url = [email protected]:pymc-devs/pymc-examples.git
url = https://github.com/pymc-devs/pymc-examples.git
branch = main
2 changes: 1 addition & 1 deletion build_and_deploy_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
latesttag=$(git describe --tags `git rev-list --tags --max-count=1`)
echo checking out ${latesttag}
git checkout ${latesttag}
git submodule update --init --recursive
git submodule update --remote
pushd docs/source
make html
ghp-import -c docs.pymc.io -n -p _build/html/
Expand Down