We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7522cbe commit 6d6c418Copy full SHA for 6d6c418
.github/workflows/mkdocs-release.yml
@@ -28,6 +28,5 @@ jobs:
28
git config --global user.name Mike
29
git config --global user.email mike@docs.hopsworks.ai
30
31
- # Put this back and increment version when cutting a new release branch
32
- # - name: mike deploy docs
33
- # run: mike deploy 3.0 latest -u --push
+ - name: mike deploy docs
+ run: mike deploy 3.7 latest -u --push
0 commit comments