diff --git a/.github/workflows/translation-extract-compile.yml b/.github/workflows/translation-extract-compile.yml index 0f09e42a1c..6bf7e37d75 100644 --- a/.github/workflows/translation-extract-compile.yml +++ b/.github/workflows/translation-extract-compile.yml @@ -32,6 +32,8 @@ jobs: if: ${{ github.event_name == 'pull_request' }} - name: Setup authentik env uses: ./.github/actions/setup + - name: Generate API + run: make gen-client-ts - name: run extract run: | poetry run make i18n-extract