From 4f8d89774300c9f7830fdef0150595dd958625b7 Mon Sep 17 00:00:00 2001 From: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:32:55 +0200 Subject: [PATCH] Update update-docs-in-website.yml --- .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 eda747aa9..c54727640 100644 --- a/.github/workflows/update-docs-in-website.yml +++ b/.github/workflows/update-docs-in-website.yml @@ -73,7 +73,7 @@ jobs: run: | find "./markdown/docs/community" -mindepth 1 -maxdepth 1 -type d -exec rm -rf {} + rm ../community/docs/README.md - mv ./community/docs/* ./markdown/docs/community/ + mv ../community/docs/* ./markdown/docs/community/ - name: Commit and push working-directory: ./website run: |