Skip to content

Commit

Permalink
add vignette compaction to rhub
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Apr 15, 2024
1 parent 125a3d5 commit a1094d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rhub.yaml
Expand Up @@ -89,6 +89,8 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
build_args: 'c("--compact-vignettes=both")'


other-platforms:
needs: setup
Expand Down Expand Up @@ -143,3 +145,4 @@ jobs:
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
build_args: 'c("--compact-vignettes=both")'

0 comments on commit a1094d5

Please sign in to comment.