Skip to content

Commit 930d561

Browse files
authored
Update render_site.yaml
1 parent 08f714a commit 930d561

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/render_site.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333

3434
- uses: r-lib/actions/setup-r-dependencies@v2
3535
with:
36-
extra-packages: any::rmarkdown
37-
needs: website
36+
extra-packages: |
37+
any::rmarkdown
38+
any::knitr
3839
39-
- name: Build site
40-
run: rmarkdown::render_site("rmd")
41-
shell: Rscript {0}
40+
- name: Render RMarkdown site
41+
run: Rscript -e 'rmarkdown::render_site("rmd")'
4242

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

0 commit comments

Comments
 (0)