ci: fix deploying action (#13157)
This commit is contained in:
parent
99f5d671ef
commit
0fbcb0b183
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@ -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 🚀
|
||||
|
||||
Loading…
Reference in New Issue
Block a user