Skip to content

Commit

Permalink
docs - clean up hatch env after docs generation (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Feb 19, 2024
1 parent 5bee1e9 commit e43c12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI_readme_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
for d in $ALL_CHANGED_DIRS; do
cd $d
hatch run docs
hatch env prune # clean up the environment after docs generation
cd -
done
mkdir tmp
Expand Down

0 comments on commit e43c12f

Please sign in to comment.