Skip to content

Commit

Permalink
temporarly ignore vignettes building and check
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixmil committed Jul 19, 2024
1 parent 1f41f5e commit 4b57f12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
args: 'c("--ignore-vignettes")'
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf", "–no-build-vignettes")'
error-on: 'c("error")'

- name: Build package
Expand Down

0 comments on commit 4b57f12

Please sign in to comment.