Skip to content

Commit

Permalink
Update .github/workflows/update-docs-in-website.yml
Browse files Browse the repository at this point in the history
Changes:

- add suggestion from #548 (comment)

Co-authored-by: Afzal Ansari <[email protected]>
  • Loading branch information
AnimeshKumar923 and afzal442 authored Oct 31, 2023
1 parent fbe0295 commit 4df5c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs-in-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
mkdir -p ./pages/docs/tools/glee
printf "%s\ntitle: Glee\nweight: 06\n%s" "---" "---"> ../glee/docs/_section.md
mv ../glee/docs/*.md ./pages/docs/tools/glee
mv ../glee/docs/pages/*.md ./pages/docs/tools/glee
- name: Commit and push
working-directory: ./website
run: |
Expand Down

0 comments on commit 4df5c6c

Please sign in to comment.