I'm using dev version of mkdocs, cloned from trunk. After first mkdocs gh-deploy is done, subsequent gh-deploys display the following error:
ERROR - Deployment terminated: Previous deployment was made with MkDocs version 1.1; you are attempting to deploy with an older version (1.1.dev0). Use --ignore-version to deploy anyway.
I can perform the deploy using --ignore-version, but since 1.1 is not released yet 1.1.dev0 should not be calculated as 1.1.
I'm using dev version of mkdocs, cloned from trunk. After first
mkdocs gh-deployis done, subsequent gh-deploys display the following error:I can perform the deploy using
--ignore-version, but since 1.1 is not released yet 1.1.dev0 should not be calculated as 1.1.