Skip to content

Commit

Permalink
chore(ci): change pages to markdown (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored May 23, 2024
1 parent fa06d41 commit 7aef0fa
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,10 +35,10 @@ jobs:
- name: Copy glee folder from Current Repo to Another
working-directory: ./website
run: |
rm -r ./pages/docs/tools/glee
mkdir -p ./pages/docs/tools/glee
rm -r ./markdown/docs/tools/glee
mkdir -p ./markdown/docs/tools/glee
printf "%s\ntitle: Glee\nweight: 06\n%s" "---" "---"> ../glee/docs/_section.md
mv ../glee/docs/pages/*.md ./pages/docs/tools/glee
mv ../glee/docs/pages/*.md ./markdown/docs/tools/glee
- name: Commit and push
working-directory: ./website
run: |
Expand Down

0 comments on commit 7aef0fa

Please sign in to comment.