mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 00:26:28 +08:00
ea901af217
for the markdown docs. 2. Update the deploy.sh
8 lines
269 B
Bash
8 lines
269 B
Bash
# This script is borrowed from https://gist.github.com/cobyism/4730490
|
|
|
|
git add build && git commit -m "build"
|
|
git subtree push --prefix build origin built-docs
|
|
|
|
mkdocs build --clean
|
|
git add site && git commit -m "deploy"
|
|
git subtree push --prefix site origin gh-pages
|