From 393e3ebf63ed4ebaa8e6b5edf38528cb01c9b377 Mon Sep 17 00:00:00 2001 From: Afzal Ansari Date: Tue, 30 Jan 2024 12:14:28 +0000 Subject: [PATCH] rmvs combination of files options --- .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: |