ci: fix deploying action (#13157)

This commit is contained in:
Julien Robert 2022-09-06 03:33:31 +02:00 committed by GitHub
parent 99f5d671ef
commit 0fbcb0b183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,9 +27,11 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
path: "."
- name: Build 🔧
run: |
git config --global --add safe.directory /__w/cosmos-sdk/cosmos-sdk
make build-docs LEDGER_ENABLED=false
- name: Deploy 🚀