Skip to content

Commit

Permalink
Use release version of pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor authored Oct 11, 2024
1 parent a21a434 commit 0d8ea7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Install pkgdown
if: github.ref == 'refs/heads/devel' && env.run_pkgdown == 'true' && runner.os == 'Linux'
run: |
remotes::install_github("r-lib/pkgdown")
install.packages("pkgdown")
shell: Rscript {0}

- name: Session info
Expand Down

0 comments on commit 0d8ea7d

Please sign in to comment.