Skip to content

Commit 21b319f

Browse files
committed
Update .yaml file
1 parent 4cde985 commit 21b319f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v2
3333

34-
- uses: r-lib/actions/setup-pandoc@v1
34+
- uses: r-lib/actions/setup-pandoc@v2
3535

3636
- uses: r-lib/actions/setup-r@v1
3737
with:
@@ -43,6 +43,7 @@ jobs:
4343
with:
4444
extra-packages: rcmdcheck
4545

46+
4647
- uses: r-lib/actions/check-r-package@v1
4748

4849
- name: Show testthat output

.github/workflows/pkgdown.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,3 @@ jobs:
3434
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
3535
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
3636
37-
- name: Install dependencies
38-
run: |
39-
remotes::install_deps(dependencies = TRUE)
40-
install.packages("pkgdown", type = "binary")
41-
shell: Rscript {0}

0 commit comments

Comments
 (0)