Skip to content

Commit f5f35db

Browse files
committed
Add link to md doc about dependencies inside YAML example
1 parent 7f3976d commit f5f35db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/quarto-publish-example.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# uncomment below and fill to pin a version
2525
# version: SPECIFIC-QUARTO-VERSION-HERE
2626

27-
# add software dependencies here, for example R or Python, and any libraries
27+
# add software dependencies here and any libraries
2828

2929
# From https://github.com/actions/setup-python
3030
# - name: Setup Python
@@ -38,6 +38,8 @@ jobs:
3838
# - name: Setup Julia
3939
# uses: julia-actions/setup-julia@v1
4040

41+
# See more at https://github.com/quarto-dev/quarto-actions/blob/main/examples/example-03-dependencies.md
42+
4143
# To publish to Netlify, RStudio Connect, or GitHub Pages, uncomment
4244
# the appropriate block below
4345

0 commit comments

Comments
 (0)