Skip to content

Commit

Permalink
Don't build PDF manual
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Jan 19, 2024
1 parent f9a9a1b commit 80b4749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
# TODO can't do that for now, since we don't have any publicly available example data
args: c("--no-build-vignettes", "--ignore-vignettes")
build_args: c("--no-build-vignettes", "--ignore-vignettes")
args: c("--no-build-vignettes", "--ignore-vignettes", "--no-manual")
build_args: c("--no-build-vignettes", "--ignore-vignettes", "--no-manual")
upload-snapshots: true

0 comments on commit 80b4749

Please sign in to comment.