Skip to content

Commit

Permalink
chore(ci): change pages to markdown asyncapi/website#2938
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored May 20, 2024
1 parent 8007aa7 commit 705f018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-extensions-in-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
- name: Copy extensions folder from Current Repo to Another
working-directory: ./website
run: |
mkdir -p ./pages/docs/reference/extensions
mkdir -p ./markdown/docs/reference/extensions
printf "%s\ntitle: Extensions\nweight: 10\n%s" "---" "---"> ../extensions-catalog/extensions/_section.md
mv ../extensions-catalog/extensions/*.md ./pages/docs/reference/extensions
mv ../extensions-catalog/extensions/*.md ./markdown/docs/reference/extensions
- name: Commit and push
working-directory: ./website
run: |
Expand Down

0 comments on commit 705f018

Please sign in to comment.