Add all of docs/src

This commit is contained in:
Michael Vines
2020-03-12 14:45:48 -07:00
parent 554d36c74b
commit fe65c2ae02

View File

@ -13,9 +13,8 @@ if [[ -n $CI_BRANCH ]]; then
. ci/rust-version.sh stable . ci/rust-version.sh stable
ci/docker-run.sh "$rust_stable_docker_image" make -C docs ci/docker-run.sh "$rust_stable_docker_image" make -C docs
) )
# make a local commit for the svgs # make a local commit for the svgs and generated/updated markdown
git add -A -f docs/src/.gitbook/assets/. git add -f docs/src
git add -f docs/src/cli/usage.md
if ! git diff-index --quiet HEAD; then if ! git diff-index --quiet HEAD; then
git config user.email maintainers@solana.com git config user.email maintainers@solana.com
git config user.name "$me" git config user.name "$me"