Docs: Fix missing CLI `usage.md` (#8745)

automerge
This commit is contained in:
Trent Nelson 2020-03-09 20:11:58 -06:00 committed by GitHub
parent d303e6b94e
commit 6527d05d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"