Skip to content

Commit

Permalink
chore(ci): change pages to markdown (#1435)
Browse files Browse the repository at this point in the history
Co-authored-by: asyncapi-bot <bot+chan@asyncapi.io>
  • Loading branch information
Shurtu-gal and asyncapi-bot authored May 20, 2024
1 parent a4f07d1 commit 51b045b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-docs-in-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Copy cli folder from Current Repo to Another
working-directory: ./website
run: |
mkdir -p ./pages/docs/tools/cli
mkdir -p ./markdown/docs/tools/cli
printf "%s\ntitle: CLI\nweight: 10\n%s" "---" "---"> ../cli/docs/_section.md
mv ../cli/docs/*.md ./pages/docs/tools/cli
mv ../cli/docs/*.md ./markdown/docs/tools/cli
- name: Commit and push
working-directory: ./website
run: |
Expand All @@ -47,4 +47,4 @@ jobs:
- name: Create PR
working-directory: ./website
run: |
gh pr create --title "docs(cli): update latest cli documentation" --body "Updated cli documentation is available and this PR introduces update to cli folder on the website" --head "update-cli-docs-${{ github.sha }}"
gh pr create --title "docs(cli): update latest cli documentation" --body "Updated cli documentation is available and this PR introduces update to cli folder on the website" --head "update-cli-docs-${{ github.sha }}"

0 comments on commit 51b045b

Please sign in to comment.