Skip to content

Commit

Permalink
ci: fix docs update workflow (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Jan 30, 2025
1 parent 096b78e commit 414bfde
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 @@ -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: |
Expand Down

0 comments on commit 414bfde

Please sign in to comment.