Skip to content

Commit

Permalink
try creating an .Renviron file to disable renv sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Jan 12, 2024
1 parent 7176caa commit 256544b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/quarto-gh-pages-html.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
run: |
R -e "install.packages('xml2')"
R -e "install.packages('downlit')"
- name: Create and populate .Renviron file
run: |
echo "RENV_CONFIG_SANDBOX_ENABLED=FALSE" >> ~/.Renviron
- name: Render book to all format
Expand Down

0 comments on commit 256544b

Please sign in to comment.