forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump postcss-import from 14.1.0 to 15.0.0 in /docs (cosm…
…os#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](postcss/postcss-import@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] <[email protected]> * improve jobs * updates Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <[email protected]>
- Loading branch information
1 parent
fd25a38
commit 85fe390
Showing
6 changed files
with
53 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,18 +3,20 @@ name: Build Docs | |
# This will check if the docs build successfully by running `make build-docs` | ||
on: | ||
pull_request: | ||
types: [labeled] | ||
branches: | ||
- main | ||
- "release/**" | ||
paths: | ||
- "docs/**" | ||
- "x/**/*.md" | ||
- .github/workflows/deploy-docs.yml | ||
- .github/workflows/build-docs.yml | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
check-docs-build: | ||
if: ${{ contains(github.event.label.name, 'docs') }} | ||
|
||
name: Check docs build | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -24,13 +26,13 @@ jobs: | |
persist-credentials: false | ||
fetch-depth: 0 | ||
|
||
- name: Use Node.js | ||
- name: Setup Node.js 🔧 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: "16.x" | ||
|
||
# npm install npm should be removed when https://github.com/npm/cli/issues/4942 is fixed | ||
- name: Build docs | ||
- name: Build docs 🔧 | ||
run: | | ||
npm install -g [email protected] | ||
make build-docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters