Skip to content

Commit 25dc373

Browse files
committed
CI: fixing pkgdown
1 parent e9ba714 commit 25dc373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pkgdown.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build site
4141
env:
4242
DELPHI_EPIDATA_KEY: ${{ secrets.SECRET_EPIDATR_GHACTIONS_DELPHI_EPIDATA_KEY }}
43-
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
43+
run: pkgdown::build_site_github_pages(new_process = TRUE, install = TRUE)
4444
shell: Rscript {0}
4545

4646
- name: Deploy to GitHub pages 🚀

_pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ reference:
1818
desc: Query Delphi Epidata endpoints
1919
- contents:
2020
- epidata_call
21-
- fetch_args
21+
- fetch_args_list
2222
- covid_hosp_facility
2323
- covid_hosp_facility_lookup
2424
- covid_hosp_state_timeseries

0 commit comments

Comments
 (0)