Skip to content

Commit e2e8a5b

Browse files
committed
update pkgdown
1 parent ef50e01 commit e2e8a5b

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
- uses: r-lib/actions/setup-pandoc@v2
1717
- name: Install dependencies
1818
run: |
19-
Rscript -e 'install.packages(c("remotes"), repos = "https://cloud.r-project.org")'
20-
Rscript -e 'remotes::install_deps(dependencies = TRUE)'
21-
Rscript -e 'if (!requireNamespace("pkgdown", quietly = TRUE)) install.packages("pkgdown", repos = "https://cloud.r-project.org")'
19+
Rscript -e 'install.packages(c("remotes", "pkgdown"), repos = "https://cloud.r-project.org")'
20+
Rscript -e 'remotes::install_deps(dependencies = TRUE, upgrade = "never")'
2221
- name: Build pkgdown site
2322
run: Rscript -e 'pkgdown::build_site()'
2423
- name: Upload docs artifact

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hotpatchR
22

3-
[![hotpatchR hex logo](inst/hex/hotpatchR-hex.png)](inst/hex/hotpatchR-hex.png)
3+
<p align="left"><a href="inst/hex/hotpatchR-hex.svg"><img src="inst/hex/hotpatchR-hex.svg" alt="hotpatchR hex logo" width="120"/></a></p>
44

55
[![R-CMD check](https://github.com/munoztd0/hotpatchR/actions/workflows/r-cmd-check.yaml/badge.svg)](https://github.com/munoztd0/hotpatchR/actions/workflows/r-cmd-check.yaml)
66
[![pkgdown](https://github.com/munoztd0/hotpatchR/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/munoztd0/hotpatchR/actions/workflows/pkgdown.yaml)

0 commit comments

Comments
 (0)