Skip to content

Commit 8e2486b

Browse files
committed
Builds shouldn't wipe site
1 parent 5dcdcea commit 8e2486b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: website
3939

4040
- name: Build site
41-
run: pkgdown::build_site_github_pages(new_process = TRUE, install = FALSE)
41+
run: pkgdown::build_site_github_pages(clean = FALSE, new_process = TRUE, install = FALSE)
4242
shell: Rscript {0}
4343

4444
- name: Deploy to GitHub pages 🚀
@@ -47,3 +47,4 @@ jobs:
4747
with:
4848
branch: gh-pages
4949
folder: docs
50+
clean: false

0 commit comments

Comments
 (0)