From ab2bed6e8facb77e80996c01161db510803e5ed5 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 12 Mar 2020 14:45:48 -0700 Subject: [PATCH] Add all of docs/src --- ci/publish-docs.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/publish-docs.sh b/ci/publish-docs.sh index 3219728b43..0003ee30e5 100755 --- a/ci/publish-docs.sh +++ b/ci/publish-docs.sh @@ -13,9 +13,8 @@ if [[ -n $CI_BRANCH ]]; then . ci/rust-version.sh stable ci/docker-run.sh "$rust_stable_docker_image" make -C docs ) - # make a local commit for the svgs - git add -A -f docs/src/.gitbook/assets/. - git add -f docs/src/cli/usage.md + # make a local commit for the svgs and generated/updated markdown + git add -f docs/src if ! git diff-index --quiet HEAD; then git config user.email maintainers@solana.com git config user.name "$me"