Skip to content

Commit 3a34c96

Browse files
committed
more robust to install blogdown
1 parent d5affb9 commit 3a34c96

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
extended: true
3434

3535
- name: Install dependencies
36-
run: |
37-
install.packages("blogdown")
38-
shell: Rscript {0}
36+
uses: r-lib/actions/setup-r-dependencies@v2
37+
with:
38+
packages: |
39+
any::blogdown
3940
4041
- name: Update CV
4142
run: |

0 commit comments

Comments
 (0)