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

automerge
This commit is contained in:
mergify[bot]
2020-03-09 20:05:24 -07:00
committed by GitHub
parent 777aae9059
commit 8dcd2d11e1

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"