Skip to content

Commit

Permalink
GH Action improved
Browse files Browse the repository at this point in the history
  • Loading branch information
fpahlke committed Jul 1, 2024
1 parent 4194c91 commit bab748d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/quarto-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ 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("rmarkdown", "checkmate"))'
R -e 'install.packages(c("rmarkdown", "checkmate"), lib="~/.R/library")'
- name: Setup Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit bab748d

Please sign in to comment.