From 51b045bf2308070f16dc9b256766685a94a4d57b Mon Sep 17 00:00:00 2001 From: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> Date: Mon, 20 May 2024 20:09:53 +0530 Subject: [PATCH] chore(ci): change pages to markdown (#1435) Co-authored-by: asyncapi-bot --- .github/workflows/update-docs-in-website.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-docs-in-website.yml b/.github/workflows/update-docs-in-website.yml index f734154d2ee..6e5e3cf7683 100644 --- a/.github/workflows/update-docs-in-website.yml +++ b/.github/workflows/update-docs-in-website.yml @@ -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: | @@ -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 }}" \ No newline at end of file + 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 }}"