-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: docs path updates (backport #17459) #17624
refactor: docs path updates (backport #17459) #17624
Conversation
Co-authored-by: Julien Robert <[email protected]> Co-authored-by: Marko <[email protected]> Co-authored-by: marbar3778 <[email protected]> (cherry picked from commit f198ea9) # Conflicts: # .github/workflows/deploy-docs.yml # UPGRADING.md # docs/docs/build/building-modules/01-module-manager.md # docs/docs/build/building-modules/06-keeper.md # docs/docs/develop/advanced/00-baseapp.md # docs/rfc/README.md
Co-authored-by: Marko <[email protected]>
Co-authored-by: Julien Robert <[email protected]> Co-authored-by: Marko <[email protected]> Co-authored-by: marbar3778 <[email protected]> (cherry picked from commit f198ea9) # Conflicts: # .github/workflows/deploy-docs.yml # UPGRADING.md # docs/docs/build/building-modules/01-module-manager.md # docs/docs/build/building-modules/06-keeper.md # docs/docs/develop/advanced/00-baseapp.md # docs/rfc/README.md
…os/cosmos-sdk into mergify/bp/release/v0.50.x/pr-17459
.github/workflows/deploy-docs.yml
Outdated
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 | ||
- "release/**" | ||
paths: | ||
- "docs/**" | ||
- "x/**/*.md" | ||
- .github/workflows/deploy-docs.yml | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
build-and-deploy: | ||
permissions: | ||
contents: write # for JamesIves/github-pages-deploy-action to push changes in repo | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout 🛎️ | ||
uses: actions/checkout@v4 | ||
with: | ||
persist-credentials: false | ||
fetch-depth: 0 | ||
path: "." | ||
|
||
- 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 🔧 | ||
run: | | ||
npm install -g [email protected] | ||
make build-docs | ||
|
||
# - name: Deploy 🚀 | ||
# uses: JamesIves/[email protected] | ||
# with: | ||
# branch: gh-pages | ||
# folder: ~/output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this file has been merged with conflicts??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an automatic backport of pull request #17459 done by Mergify.
Cherry-pick of f198ea9 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refresh
will re-evaluate the rules@Mergifyio rebase
will rebase this PR on its base branch@Mergifyio update
will merge the base branch into this PR@Mergifyio backport <destination>
will backport this PR on<destination>
branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com