ci: allow to deploy docs manually (#14042)
This commit is contained in:
parent
41f0ab15e6
commit
5ea5d91861
1
.github/workflows/deploy-docs.yml
vendored
1
.github/workflows/deploy-docs.yml
vendored
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user