Skip to content

Commit

Permalink
Update render_site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kzollove authored Feb 14, 2025
1 parent 08f714a commit 930d561
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/render_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rmarkdown
needs: website
extra-packages: |
any::rmarkdown
any::knitr
- name: Build site
run: rmarkdown::render_site("rmd")
shell: Rscript {0}
- name: Render RMarkdown site
run: Rscript -e 'rmarkdown::render_site("rmd")'

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 930d561

Please sign in to comment.