Skip to content

Commit 4f8d897

Browse files
authored
Update update-docs-in-website.yml
1 parent 096b78e commit 4f8d897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs-in-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
find "./markdown/docs/community" -mindepth 1 -maxdepth 1 -type d -exec rm -rf {} +
7575
rm ../community/docs/README.md
76-
mv ./community/docs/* ./markdown/docs/community/
76+
mv ../community/docs/* ./markdown/docs/community/
7777
- name: Commit and push
7878
working-directory: ./website
7979
run: |

0 commit comments

Comments
 (0)