We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446052d commit 86749ecCopy full SHA for 86749ec
1 file changed
.github/workflows/quarto_publish_ghpages.yaml
@@ -3,7 +3,7 @@ on:
3
branches:
4
- main
5
6
-name: Render and Publish
+name: Render and Publish to gh-pages
7
8
# you need these permissions to publish to GitHub pages
9
# permissions:
@@ -38,6 +38,8 @@ jobs:
38
- name: Setup R
39
uses: r-lib/actions/setup-r@v2
40
41
+ - uses: r-lib/actions/setup-r-dependencies@v2
42
+
43
# From https://github.com/julia-actions/setup-julia
44
# - name: Setup Julia
45
# uses: julia-actions/setup-julia@v1
0 commit comments