ci: add path to i18n-filter script

This commit is contained in:
Yassine Doghri 2022-04-14 13:21:50 +00:00
parent 5564f77502
commit 2306df1c98
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ stages:
before_script: before_script:
- cd docs - cd docs
- chmod +x ./scripts/i18n-filter.sh - chmod +x ./scripts/i18n-filter.sh
- ./scripts/i18n-filter.sh - ./scripts/i18n-filter.sh src
- npm ci - npm ci
cache: cache: