diff --git a/.github/workflows/crowdin-upload.curriculum.yml b/.github/workflows/crowdin-upload.curriculum.yml index 7f56987fc41..73114663747 100644 --- a/.github/workflows/crowdin-upload.curriculum.yml +++ b/.github/workflows/crowdin-upload.curriculum.yml @@ -49,12 +49,11 @@ jobs: # Uncomment below to debug # dryrun_action: true - # restore once the translations have been migrated. - # - name: Remove deleted files - # uses: freecodecamp/crowdin-action@main - # env: - # PLUGIN: 'remove-deleted-files' - # FILE_PATHS: '["curriculum/challenges/english", "curriculum/dictionaries/english"]' + - name: Remove deleted files + uses: freecodecamp/crowdin-action@main + env: + PLUGIN: 'remove-deleted-files' + FILE_PATHS: '["curriculum/challenges/english", "curriculum/dictionaries/english"]' - name: Hide Non-Translated Strings uses: freecodecamp/crowdin-action@main