We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2335c93 commit 3de2ec6Copy full SHA for 3de2ec6
actions/deploy-quarto-static-site/action.yml
@@ -30,6 +30,7 @@ runs:
30
steps:
31
- name: Check variables set
32
# Make it easier to see when environment setup is incorrect
33
+ shell: bash
34
run: |
35
if [ -z "${{ inputs.ssh-private-key }}" ]; then
36
echo "ssh-private-key is not set"
@@ -67,6 +68,7 @@ runs:
67
68
python-version-file: "pyproject.toml"
69
70
- name: Install dependencies and activate virtual environment
71
72
run: uv sync
73
74
### Install R dependencies (to run any R for generating quarto content)
0 commit comments