From 8dcd2d11e1d2498030b375315a9bacc038aa7457 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 20:05:24 -0700 Subject: [PATCH] Docs: Fix missing CLI `usage.md` (#8745) (#8749) automerge --- ci/publish-docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/publish-docs.sh b/ci/publish-docs.sh index 17fb2edb06..3219728b43 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"