Skip to content

Commit

Permalink
update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CogBrainHealthLab committed Nov 18, 2024
1 parent dcd2536 commit 6d4d04f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4


- name: Install and activate renv
run: |
install.packages(c("knitr","rmarkdown"))
renv::activate()
renv::restore()
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

Expand Down

0 comments on commit 6d4d04f

Please sign in to comment.