diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27cd397a6..a7dcdbc88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,8 +27,8 @@ jobs: - name: Add Transifex remotes run: | - ./tx add remote --file-filter 'projects///' --minimum-perc 100 https://app.transifex.com/hisp-uio/docs-full-site/dashboard/ - ./tx add remote --file-filter 'projects///' --minimum-perc 100 https://app.transifex.com/hisp-uio/dhis2-single-page-docs/dashboard/ + ./tx add remote --file-filter 'projects///.md' --minimum-perc 100 https://app.transifex.com/hisp-uio/docs-full-site/dashboard/ + ./tx add remote --file-filter 'projects///.md' --minimum-perc 100 https://app.transifex.com/hisp-uio/dhis2-single-page-docs/dashboard/ shell: bash working-directory: ${{ github.workspace }} env: