Skip to content

Commit d768757

Browse files
committed
Don't clean site/ directory on gh-pages deploy
Based on our "docs" build target, we will have already build the docs with a clean site/ directory. After that, we generate API documentation within it, which we'd like to stick around for the deploy.
1 parent f0b09d0 commit d768757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ release/%: release-log/%
6060
docs: mkdocs apigen
6161

6262
release-docs: docs
63-
mkdocs gh-deploy --clean
63+
mkdocs gh-deploy
6464

6565
release-log/%:
6666
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short --no-merges --since="$$(git show -s --format=%ad `git rev-list --tags --max-count=1`)" > RELEASE-$(*)

0 commit comments

Comments
 (0)