Skip to content

Commit

Permalink
Try different approach for installing tidytemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 4, 2021
1 parent b3a81db commit 0159558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v1
with:
extra-packages: pkgdown
extra-packages: >
pkgdown
tidyverse/tidytemplate
needs: website

- name: Deploy package
Expand Down
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ Encoding: UTF-8
Roxygen: {library(tidyr); list(markdown = TRUE)}
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Config/needs/website: tidyverse/tidytemplate
Remotes:
r-lib/rlang

0 comments on commit 0159558

Please sign in to comment.