Skip to content

Commit

Permalink
ci: fix deploying action (#13157)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Sep 6, 2022
1 parent 99f5d67 commit 0fbcb0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🚀
Expand Down

0 comments on commit 0fbcb0b

Please sign in to comment.