File tree Expand file tree Collapse file tree 4 files changed +25
-412
lines changed
Expand file tree Collapse file tree 4 files changed +25
-412
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 cache-version : rcc-smoke-2
107107 needs : check, website
108108 # Beware of using dev pkgdown here, has brought in dev dependencies in the past
109- extra-packages : any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler r-lib/pkgdown@f-readme-tweak deps::.
109+ extra-packages : any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler r-lib/pkgdown deps::.
110110
111111 - name : Install package
112112 run : |
@@ -267,6 +267,8 @@ jobs:
267267 with :
268268 results : ${{ runner.os }}-r${{ matrix.r }}
269269
270+ # The status update is taken care of by R-CMD-check-status.yaml
271+
270272 rcc-suggests :
271273 needs :
272274 - rcc-smoke
@@ -340,3 +342,5 @@ jobs:
340342 - uses : ./.github/workflows/check
341343 with :
342344 results : ${{ matrix.package }}
345+
346+ # The status update is taken care of by R-CMD-check-status.yaml
Original file line number Diff line number Diff line change 4242 install-r : false
4343 cache-version : pkgdown-2
4444 needs : website
45- extra-packages : r-lib/pkgdown@f-readme-tweak local::.
45+ extra-packages : r-lib/pkgdown local::.
4646
4747 - uses : ./.github/workflows/custom/after-install
4848 if : hashFiles('.github/workflows/custom/after-install/action.yml') != ''
You can’t perform that action at this time.
0 commit comments