Skip to content

Commit

Permalink
revert script optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Feb 9, 2024
1 parent 3538b01 commit e98e3e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI_readme_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ 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 $d
hatch run docs
cd -
done
mkdir tmp
find . -name "_readme_*.md" -exec cp "{}" tmp \;
Expand Down

0 comments on commit e98e3e5

Please sign in to comment.