From b9ec097f152151ed2d2a07bc77aea25049719f60 Mon Sep 17 00:00:00 2001 From: Alan Konarski <129968242+akonarski-ds@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:58:48 +0200 Subject: [PATCH] fix(docs): Force bash in docs deployment action (#116) --- .github/workflows/documentation.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 2407ec57..1dc654e3 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -34,9 +34,11 @@ jobs: ${{ runner.os }}-pip- - name: Install Dependencies + shell: bash run: source ./setup_dev_env.sh - name: Deploy docs + shell: bash run: ./.github/scripts/deploy_docs.sh env: GCP_KEY: ${{ secrets.GCP_KEY }}