Skip to content

Commit

Permalink
fix bug in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanymtang committed Nov 12, 2024
1 parent 9634fbe commit 7d5a154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check
working-directory: losiRF

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
working-directory: losiRF

0 comments on commit 7d5a154

Please sign in to comment.