1
0
mirror of https://github.com/privacyguides/i18n.git synced 2025-06-18 08:44:22 +00:00

Delete old translations

This commit is contained in:
2023-07-18 12:21:46 -05:00
committed by GitHub
parent 8b99ff37c7
commit 789125cd1f

View File

@ -35,8 +35,14 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Delete Old Files
run: |
rm -rf i18n/*
rm -rf includes/*
rm -rf theme/*
- name: crowdin action - name: Crowdin Download
uses: crowdin/github-action@v1.7.1 uses: crowdin/github-action@v1.7.1
with: with:
upload_sources: false upload_sources: false