Skip to content

Commit

Permalink
Update .github/workflows/CI_readme_sync.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Madeesh Kannan <[email protected]>
  • Loading branch information
masci and shadeMe authored Feb 9, 2024
1 parent b15478b commit a8c3b20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI_readme_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
ALL_CHANGED_DIRS: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
for d in "$ALL_CHANGED_DIRS"; do
cd $d
hatch run docs
cd -
(cd $d; hatch run docs)
done
mkdir tmp
find . -name "_readme_*.md" -exec cp "{}" tmp \;
Expand Down

0 comments on commit a8c3b20

Please sign in to comment.