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 }}