From 6527d05d773663dac4183b6b88d07b5b3eb4978c Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Mon, 9 Mar 2020 20:11:58 -0600 Subject: [PATCH] Docs: Fix missing CLI `usage.md` (#8745) automerge --- ci/publish-docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/publish-docs.sh b/ci/publish-docs.sh index 17fb2edb0..3219728b4 100755 --- a/ci/publish-docs.sh +++ b/ci/publish-docs.sh @@ -15,6 +15,7 @@ if [[ -n $CI_BRANCH ]]; then ) # make a local commit for the svgs git add -A -f docs/src/.gitbook/assets/. + git add -f docs/src/cli/usage.md if ! git diff-index --quiet HEAD; then git config user.email maintainers@solana.com git config user.name "$me"