From 4841c7d5066a13e48fb04b5b3652511a882d7b5c Mon Sep 17 00:00:00 2001 From: Manoel Marques Date: Thu, 1 Jul 2021 13:02:06 -0400 Subject: [PATCH] Fix deploy translations --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f06afec627..78a17ea98d 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -47,7 +47,7 @@ jobs: run: | make html SPHINXOPTS=-W tools/deploy_documentation.sh - shell: bash + shell: bash deploy-translatable-strings: if: ${{ startsWith(github.ref, 'refs/heads/stable') && contains('["manoelmarques","mtreinish","stefan-woerner","woodsp-ibm"]', github.actor) }} runs-on: ubuntu-latest