Skip to content

Commit

Permalink
chore(ci): change pages to markdown (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <[email protected]>
  • Loading branch information
Shurtu-gal and derberg authored Jun 13, 2024
1 parent 79a16c5 commit 72047ce
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 72047ce

Please sign in to comment.