We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ba714 commit 25dc373Copy full SHA for 25dc373
.github/workflows/pkgdown.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build site
41
env:
42
DELPHI_EPIDATA_KEY: ${{ secrets.SECRET_EPIDATR_GHACTIONS_DELPHI_EPIDATA_KEY }}
43
- run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
+ run: pkgdown::build_site_github_pages(new_process = TRUE, install = TRUE)
44
shell: Rscript {0}
45
46
- name: Deploy to GitHub pages 🚀
_pkgdown.yml
@@ -18,7 +18,7 @@ reference:
18
desc: Query Delphi Epidata endpoints
19
- contents:
20
- epidata_call
21
- - fetch_args
+ - fetch_args_list
22
- covid_hosp_facility
23
- covid_hosp_facility_lookup
24
- covid_hosp_state_timeseries
0 commit comments