Skip to content

Commit

Permalink
docs: fix deploy docs workflow (#2404)
Browse files Browse the repository at this point in the history
* updating deploy-docs.yml with git config cmd

* testing workflow build

* readding on push directives
  • Loading branch information
damiannolan authored Sep 27, 2022
1 parent e470057 commit 79b84be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- name: Build 🔧
run: |
git config --global --add safe.directory /__w/ibc-go/ibc-go
make build-docs LEDGER_ENABLED=false
- name: Deploy 🚀
Expand Down

0 comments on commit 79b84be

Please sign in to comment.