Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CogBrainHealthLab authored Nov 18, 2024
1 parent 6d4d04f commit b1d78e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

- name: Install and activate renv
run: |
install.packages(c("knitr","rmarkdown"))
install.packages("knitr")
install.packages("rmarkdown")
renv::activate()
renv::restore()
- name: Set up Quarto
Expand All @@ -27,4 +28,4 @@ jobs:
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b1d78e8

Please sign in to comment.