We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fec4cc commit 32d746bCopy full SHA for 32d746b
.github/workflows/release-docs.yml
@@ -30,5 +30,5 @@ jobs:
30
mkdocs-material-
31
- run: pip install mkdocs-material mkdocstrings-python mike markdown-callouts
32
- run: |
33
- mike deploy --push --update-aliases ${RELEASE_TAG_VERSION} latest
+ mike deploy --push --update-aliases ${{ github.ref_name }} latest
34
mike set-default --push latest
0 commit comments