1
0
mirror of synced 2025-12-30 12:02:01 -05:00

translation directories don't exist first time around (#32674)

This commit is contained in:
Robert Sese
2022-11-16 13:39:10 -06:00
committed by GitHub
parent b1b220aff7
commit b762c0f877

View File

@@ -63,11 +63,6 @@ jobs:
- name: Remove unwanted git hooks
run: rm .git/hooks/post-checkout
- name: Remove all language translations
run: |
git rm -rf --quiet ${{ matrix.language_dir }}/content
git rm -rf --quiet ${{ matrix.language_dir }}/data
- name: Checkout the language-specific repo
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
with: