diff --git a/.github/workflows/update_modules.yml b/.github/workflows/update_modules.yml index 4c2cac5..6ad79ab 100644 --- a/.github/workflows/update_modules.yml +++ b/.github/workflows/update_modules.yml @@ -25,6 +25,7 @@ jobs: cd custom_modules printf "%s\n" "$(ls -d */*)" | sed 's/\.py$//' > ../modules/full.txt cd .. + rm -rf custom_modules/ - name: Commit changes run: |