Skip to content

Commit

Permalink
Action updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fpahlke committed Jul 4, 2024
1 parent 41db366 commit 27d0f83
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/quarto-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,21 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Create R Library Directory
run: mkdir -p ~/.R/library

- name: Install R Packages
run: |
R -e 'install.packages(c("knitr", "rmarkdown", "emoji"), lib="~/.R/library")'
env:
R_LIBS_USER: ~/.R/library

- name: Setup Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Render Quarto Project
env:
R_LIBS_USER: ~/.R/library
run: quarto render --output-dir _site
shell: bash

Expand Down

0 comments on commit 27d0f83

Please sign in to comment.