Skip to content

Commit 8ba63cd

Browse files
hamelsmumcanouil
andauthored
Update examples/quarto-publish-example.yml
Co-authored-by: Mickaël Canouil <8896044+mcanouil@users.noreply.github.com>
1 parent b2e70bf commit 8ba63cd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

examples/quarto-publish-example.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,18 @@ jobs:
2626

2727
# add software dependencies here, for example R or Python, and any libraries
2828

29-
# - name: setup Python
29+
# From https://github.com/actions/setup-python
30+
# - name: Setup Python
3031
# uses: actions/setup-python@v3
3132

32-
# - name: setup R
33+
# From https://github.com/r-lib/actions/tree/v2-branch/setup-r
34+
# - name: Setup R
3335
# uses: r-lib/actions/setup-r@v2
3436

37+
# From https://github.com/julia-actions/setup-julia
38+
# - name: Setup Julia
39+
# uses: julia-actions/setup-julia@v1
40+
3541
# To publish to Netlify, RStudio Connect, or GitHub Pages, uncomment
3642
# the appropriate block below
3743

0 commit comments

Comments
 (0)