Skip to content

Commit

Permalink
ci: allow to deploy docs manually (#14042)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Nov 28, 2022
1 parent 41f0ab1 commit 5ea5d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Deploy docs
# This job builds and deploys documenation to github pages.
# It runs on every push to main with a change in the docs folder.
on:
workflow_dispatch:
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide provides instructions for upgrading to specific versions of Cosmos SD

The SDK is in the process of removing all `gogoproto` annotations.

### Stringer
#### Stringer

The `Stringer` implementation of some packages use `proto.CompactTextString` for _stringify_ a struct.
Please [verify](https://github.com/cosmos/cosmos-sdk/pull/13850#issuecomment-1328889651) the usage of the `.String()` method in your application. An chain should not rely on it for any state-machine related operation.
Expand Down

0 comments on commit 5ea5d91

Please sign in to comment.