Skip to content

Commit

Permalink
use pkgdown's ga
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Oct 8, 2024
1 parent 3967d58 commit 831e018
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-tinytex@v2

- uses: r-lib/actions/setup-r@v2
with:
Expand All @@ -46,15 +48,7 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

# this is a workaround for issue https://github.com/r-lib/pkgdown/issues/2791
# caused by https://github.com/quarto-dev/quarto-cli/issues/2671
- name: Create tempdir in home directory
run:
mkdir -p /home/runner/tmp

- uses: r-lib/actions/check-r-package@v2
env:
TMPDIR: /home/runner/tmp
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

0 comments on commit 831e018

Please sign in to comment.