diff --git a/.github/workflows/compile-translations.yaml b/.github/workflows/compile-translations.yaml index c7a05948f..9855543a0 100644 --- a/.github/workflows/compile-translations.yaml +++ b/.github/workflows/compile-translations.yaml @@ -1,4 +1,4 @@ -name: Pull Translations +name: Compile Translations on: workflow_dispatch: schedule: @@ -10,7 +10,7 @@ env: TRANSIFEX_SECRET: ${{ secrets.EDUNEXT_ASPECTS_ASSET_TRANSIFEX_SECRET }} jobs: - push_translations: + compile_translations: runs-on: ubuntu-latest steps: - name: Checkout @@ -44,8 +44,10 @@ jobs: title: "chore(i18n): updating translations" commit-message: "chore(i18n): updating translations on ${{ steps.date.outputs.date }}" branch: "bot/translations/${{ steps.date.outputs.date }}" + add-paths: | + tutoraspects/ base: main body: | Automated update of translations for assets on ${{ steps.date.outputs.date }}. - + This pull request was automatically generated. diff --git a/tutoraspects/templates/base-docker-compose-services b/tutoraspects/templates/base-docker-compose-services index 9247c726c..ce0da97e8 100644 --- a/tutoraspects/templates/base-docker-compose-services +++ b/tutoraspects/templates/base-docker-compose-services @@ -6,6 +6,7 @@ image: {{ DOCKER_IMAGE_SUPERSET }} - ../../env/plugins/aspects/apps/superset/security:/app/security - ../../env/plugins/aspects/apps/superset/superset_home:/app/superset_home - ../../env/plugins/aspects/apps/superset/assets:/app/assets + - ../../superset:/app restart: unless-stopped environment: DATABASE_DIALECT: {{ SUPERSET_DB_DIALECT }}