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 32d746b commit 6b8665cCopy full SHA for 6b8665c
.github/workflows/dev-docs.yml
@@ -28,4 +28,4 @@ jobs:
28
restore-keys: |
29
mkdocs-material-
30
- run: pip install mkdocs-material mkdocstrings-python mike markdown-callouts
31
- - run: mike deploy --push "${GITHUB_REF##*/}"
+ - run: mike deploy --push ${{ github.ref_name }}
.github/workflows/release-docs.yml
@@ -30,5 +30,5 @@ jobs:
32
- run: |
33
- mike deploy --push --update-aliases ${{ github.ref_name }} latest
+ mike deploy --push --update-aliases ${RELEASE_TAG_VERSION} latest
34
mike set-default --push latest
0 commit comments