Commit Graph

19 Commits

Author SHA1 Message Date
Julien Robert
5ea5d91861
ci: allow to deploy docs manually (#14042) 2022-11-28 15:23:29 +01:00
dependabot[bot]
e46c5ad79d
build(deps): Bump JamesIves/github-pages-deploy-action (#13542)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.0...v4.4.1)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-10-13 16:41:08 +00:00
dependabot[bot]
85fe39077e
build(deps): Bump postcss-import from 14.1.0 to 15.0.0 in /docs (#13505)
* build(deps): Bump postcss-import from 14.1.0 to 15.0.0 in /docs

Bumps [postcss-import](https://github.com/postcss/postcss-import) from 14.1.0 to 15.0.0.
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-import/compare/14.1.0...15.0.0)

---
updated-dependencies:
- dependency-name: postcss-import
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* improve jobs

* updates

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-10-11 23:08:43 +02:00
Julien Robert
ac4fb8b8df
ci: fix build docs (#13490) 2022-10-10 15:05:01 +00:00
Julien Robert
a74989ddf4
feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
Julien Robert
0fbcb0b183
ci: fix deploying action (#13157) 2022-09-06 03:33:31 +02:00
Julien Robert
99f5d671ef
ci: use ghcr.io cosmos website-deployment image (#13156) 2022-09-05 17:42:51 +02:00
Julien Robert
de436c231d
ci: add csplit for documetation building (#13154) 2022-09-05 09:46:30 -04:00
dependabot[bot]
f2b923ea42
build(deps): Bump JamesIves/github-pages-deploy-action (#12680) 2022-07-21 18:08:26 +02:00
Julien Robert
987959c541
docs: improve docs (#12647)
* docs: improve docs

* set default version
2022-07-20 14:04:55 +02:00
dependabot[bot]
abf3b1856c
build(deps): Bump JamesIves/github-pages-deploy-action (#12365)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.3.3...v4.3.4)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-06-28 10:47:02 +02:00
nathannaveen
274319a790
chore: Set permissions for GitHub actions (#12354)
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.

- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
2022-06-25 09:23:58 +02:00
Julien Robert
1f146235a3
ci: rebuild documentation on module doc change (#11847)
## Description

Docs are only rebuilt when there is change in the `docs` folder. However, there can be some documentation changes that does not happen in the `docs` folder (https://github.com/cosmos/cosmos-sdk/blob/main/docs/pre.sh).



---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [x] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2022-05-02 14:39:42 +00:00
dependabot[bot]
82631bcad6
build(deps): Bump JamesIves/github-pages-deploy-action (#11779) 2022-04-26 14:52:04 -04:00
dependabot[bot]
67735ef1bf
build(deps): Bump JamesIves/github-pages-deploy-action (#11755) 2022-04-25 12:12:33 -04:00
Aleksandr Bezobchuk
2e15b54a09
chore: master -> main (#11730) 2022-04-24 10:19:04 -04:00
Julien Robert
37a52afacd
ci: fix gh docs action (#11547)
* ci: fix gh docs action

* create cname after loop
2022-04-05 15:04:15 +02:00
Julien Robert
6fa9252f3d
docs: fixes the documentation build (#11542)
* docs: fixes the documentation build

* add cname

Co-authored-by: Marko <marbar3778@yahoo.com>
2022-04-05 11:44:11 +02:00
Julien Robert
2822f71b77
ci: Add GitHub Actions for documentation deployment (#11540)
* Add GitHub Actions for documentation deployment

* Only update when docs change

* delete midnight build
2022-04-05 00:35:42 +02:00