Skip to content

Commit 6966e8d

Browse files
committed
DOC Add script to build and deploy docs.
1 parent bf5fd24 commit 6966e8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build_and_deploy_docs.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
pushd docs/source
4+
make html
5+
ghp-import -c docs.pymc.io -n -p _build/html/
6+
popd

0 commit comments

Comments
 (0)