Skip to content

Commit d8049d7

Browse files
committed
Go back to not cleaning when we deploy pkgdown
1 parent 23f6c87 commit d8049d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
if: github.event_name != 'pull_request'
5454
uses: JamesIves/github-pages-deploy-action@v4.5.0
5555
with:
56-
clean: true
56+
clean: false
5757
branch: gh-pages
5858
folder: docs

0 commit comments

Comments
 (0)