Sebastián Ramírez
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
0 deletions
-
.github/workflows/deploy-docs.yml
-
.github/workflows/notify-translations.yml
|
@ -5,6 +5,8 @@ on: |
|
|
- Build Docs |
|
|
- Build Docs |
|
|
types: |
|
|
types: |
|
|
- completed |
|
|
- completed |
|
|
|
|
|
permissions: |
|
|
|
|
|
deployments: write |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
deploy-docs: |
|
|
deploy-docs: |
|
|
|
@ -15,6 +15,9 @@ on: |
|
|
required: false |
|
|
required: false |
|
|
default: 'false' |
|
|
default: 'false' |
|
|
|
|
|
|
|
|
|
|
|
permissions: |
|
|
|
|
|
discussions: write |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
notify-translations: |
|
|
notify-translations: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|