We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bdedd commit 214208bCopy full SHA for 214208b
1 file changed
.github/workflows/pkgdown.yaml
@@ -39,7 +39,7 @@ jobs:
39
- uses: r-lib/actions/setup-tinytex@v2
40
41
- name: Build site
42
- run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
+ run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE, override = list(url = ""))
43
shell: Rscript {0}
44
45
- name: Deploy to GitHub pages 🚀
0 commit comments