Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Attempt #2 to fix GHA error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswheel authored and cbreto committed Apr 9, 2024
1 parent 1e3d650 commit a9f2264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/render-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
R CMD INSTALL --preclean --no-multiarch --with-keep.source .
- name: Re-Install to generate HTML files
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mkdir -p library
Rscript -e "devtools::install(args=c('--preclean','--html','--library=library'))"
Expand Down

0 comments on commit a9f2264

Please sign in to comment.