diff --git a/.github/workflows/mkdocs-release.yml b/.github/workflows/mkdocs-release.yml index 6cabd05e8..b116f3d54 100644 --- a/.github/workflows/mkdocs-release.yml +++ b/.github/workflows/mkdocs-release.yml @@ -30,4 +30,4 @@ jobs: # Put this back and increment version when cutting a new release branch - name: mike deploy docs - run: mike deploy 4.2 latest -u --push + run: mike deploy 4.2 -u --push