Commit d768757a authored by Jeremy Mikola's avatar Jeremy Mikola

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.
parent f0b09d02
......@@ -60,7 +60,7 @@ release/%: release-log/%
docs: mkdocs apigen
release-docs: docs
mkdocs gh-deploy --clean
mkdocs gh-deploy
release-log/%:
@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-$(*)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment