ci: allow to deploy docs manually (#14042)

This commit is contained in:
Julien Robert 2022-11-28 15:23:29 +01:00 committed by GitHub
parent 41f0ab15e6
commit 5ea5d91861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.