Skip to content

Commit 32d746b

Browse files
committed
maybe this works
1 parent 9fec4cc commit 32d746b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
mkdocs-material-
3131
- run: pip install mkdocs-material mkdocstrings-python mike markdown-callouts
3232
- run: |
33-
mike deploy --push --update-aliases ${RELEASE_TAG_VERSION} latest
33+
mike deploy --push --update-aliases ${{ github.ref_name }} latest
3434
mike set-default --push latest

0 commit comments

Comments
 (0)