i18n:push translations #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# | |
# Copyright (C) 2023 Graz University of Technology. | |
# | |
# Invenio is free software; you can redistribute it and/or modify | |
# it under the terms of the MIT License; see LICENSE file for more details. | |
name: i18n:push translations | |
on: workflow_dispatch # manually trigger | |
jobs: | |
i18n-extract: | |
uses: inveniosoftware/invenio-i18n/.github/workflows/i18n-push-base.yml@master | |
with: | |
extract-backend: true | |
secrets: inherit |