Skip to content

Commit

Permalink
Remove unnecessary dev dependency from pkgdown.yaml (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson authored Jul 12, 2024
1 parent b0a87b0 commit 9fb457b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: Install dependencies
# TODO: a way to do this using setup-r-dependencies action...?
run: |
# TODO: dev version for pkg_lifecycle_statuses function
remotes::install_github("r-lib/lifecycle")
shell: Rscript {0}

- name: Set up license file
run: echo "$CONNECT_LICENSE_FILE" > $RSC_LICENSE

Expand Down

0 comments on commit 9fb457b

Please sign in to comment.