Skip to content

Commit de0b9e3

Browse files
Fix pkgdown navbar (#4378)
1 parent eca0862 commit de0b9e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
remotes::install_deps(dependencies = TRUE, type = "binary")
39-
remotes::install_github("tidyverse/tidytemplate")
40-
remotes::install_dev("pkgdown")
39+
remotes::install_github("tidyverse/tidytemplate", type = "binary")
40+
remotes::install_dev("pkgdown", type = "binary")
4141
shell: Rscript {0}
4242

4343
- name: Install package

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ news:
264264

265265
navbar:
266266
structure:
267-
right: [extensions, github]
267+
right: [reference, news, articles, extensions, github]
268268
components:
269269
home: ~
270270
extensions:

0 commit comments

Comments
 (0)