Skip to content

Commit

Permalink
Merge pull request #245 from tidyverse/f-pkgdown-no-local
Browse files Browse the repository at this point in the history
ci: Avoid manually installing package for pkgdown
  • Loading branch information
krlmlr authored Aug 19, 2024
2 parents 9228e3c + 876a9d8 commit 47860ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cache-version: rcc-smoke-2
needs: check, website
# Beware of using dev pkgdown here, has brought in dev dependencies in the past
extra-packages: any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler local::. pkgdown
extra-packages: any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler pkgdown

- uses: ./.github/workflows/custom/after-install
if: hashFiles('.github/workflows/custom/after-install/action.yml') != ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
install-r: false
cache-version: pkgdown-2
needs: website
extra-packages: r-lib/pkgdown local::.
extra-packages: pkgdown

- uses: ./.github/workflows/custom/after-install
if: hashFiles('.github/workflows/custom/after-install/action.yml') != ''
Expand Down

0 comments on commit 47860ca

Please sign in to comment.