Skip to content

Commit

Permalink
rhub args [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Oct 18, 2023
1 parent 6625b86 commit 10105ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rhub-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
- name: Install dependencies
run: |
R -q -e 'pak::pkg_install(c("deps::.", "any::rcmdcheck"), dependencies = TRUE)'
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran", "--ignore-vignettes", "--no-build-vignettes")'
build_args: 'c("--no-manual", "--no-build-vignettes")'

0 comments on commit 10105ce

Please sign in to comment.