Skip to content

Commit

Permalink
fix(docs): Force bash in docs deployment action (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
akonarski-ds authored Oct 17, 2024
1 parent daf4926 commit b9ec097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b9ec097

Please sign in to comment.