-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
gh-deploy version check issue #1879
Copy link
Copy link
Closed
Labels
Description
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.
Reactions are currently unavailable