Skip to content

Commit

Permalink
fix: removes combination of files options (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
afzal442 authored Mar 12, 2024
1 parent a5e98de commit 6c7add5
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 @@ -38,7 +38,7 @@ jobs:
rm -r ./pages/docs/tools/glee
mkdir -p ./pages/docs/tools/glee
printf "%s\ntitle: Glee\nweight: 06\n%s" "---" "---"> ../glee/docs/_section.md
mv ../glee/docs/pages/*.{md,jpg,png} ./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 6c7add5

Please sign in to comment.