Skip to content

Commit

Permalink
chore(ci): change pages to markdown w.r.t. asyncapi/website#2938
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored May 17, 2024
1 parent ce18fe2 commit 4dbbfb4
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 4dbbfb4

Please sign in to comment.