Skip to content

Commit ffcfaf7

Browse files
Use the dev version of pkgdown (#4543)
* Use latest pkgdown * Add a missing topic
1 parent 5c22266 commit ffcfaf7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install dependencies
4848
run: |
4949
pak::local_install_dev_deps(upgrade = TRUE, dependencies = c("all", "Config/Needs/website"))
50-
pak::pkg_install("pkgdown")
50+
pak::pkg_install("r-lib/pkgdown")
5151
shell: Rscript {0}
5252

5353
- name: Install package

_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ reference:
118118
- expand_limits
119119
- expansion
120120
- starts_with("scale_")
121+
- get_alt_text
121122

122123
- title: "Guides: axes and legends"
123124
desc: >

0 commit comments

Comments
 (0)