From 6c7add5ca76bb53f390d11cb9bae5495a6a171ba Mon Sep 17 00:00:00 2001 From: Afzal Ansari Date: Tue, 12 Mar 2024 21:11:15 +0530 Subject: [PATCH] fix: removes combination of files options (#712) --- .github/workflows/update-docs-in-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docs-in-website.yml b/.github/workflows/update-docs-in-website.yml index 9044c3f2c..43fcf8579 100644 --- a/.github/workflows/update-docs-in-website.yml +++ b/.github/workflows/update-docs-in-website.yml @@ -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: |