Skip to content

Commit 31d577d

Browse files
committed
fix(docker_quarto): add missing bash command
1 parent 4015eb9 commit 31d577d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_quarto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
Rscript -e "renv::restore()"
8686
8787
- name: Update YAML date with last commit
88-
run: ./update-quarto-date.sh
88+
run: bash ./update-quarto-date.sh
8989

9090
- name: Render and publish to GitHub pages
9191
uses: quarto-dev/quarto-actions/publish@v2

0 commit comments

Comments
 (0)