Skip to content

Commit 3de2ec6

Browse files
committed
specify shell
1 parent 2335c93 commit 3de2ec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actions/deploy-quarto-static-site/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ runs:
3030
steps:
3131
- name: Check variables set
3232
# Make it easier to see when environment setup is incorrect
33+
shell: bash
3334
run: |
3435
if [ -z "${{ inputs.ssh-private-key }}" ]; then
3536
echo "ssh-private-key is not set"
@@ -67,6 +68,7 @@ runs:
6768
python-version-file: "pyproject.toml"
6869

6970
- name: Install dependencies and activate virtual environment
71+
shell: bash
7072
run: uv sync
7173

7274
### Install R dependencies (to run any R for generating quarto content)

0 commit comments

Comments
 (0)