Skip to content

Commit

Permalink
Add back needed code
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Nov 28, 2024
1 parent 7d6a0d3 commit d7d230e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:

- name: Install R latest dependencies
run: |
install.packages("renv")
install.packages("rmarkdown")
install.packages("yaml")
install.packages(renv::dependencies()$Package)
shell: Rscript {0}
if: steps.cache.outputs.cache-hit != 'true' && ${{ hashFiles('renv.lock') == '' }}

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit d7d230e

Please sign in to comment.