Skip to content

Commit 6b8665c

Browse files
committed
wrong file oops
1 parent 32d746b commit 6b8665c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
restore-keys: |
2929
mkdocs-material-
3030
- run: pip install mkdocs-material mkdocstrings-python mike markdown-callouts
31-
- run: mike deploy --push "${GITHUB_REF##*/}"
31+
- run: mike deploy --push ${{ github.ref_name }}

.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 ${{ github.ref_name }} latest
33+
mike deploy --push --update-aliases ${RELEASE_TAG_VERSION} latest
3434
mike set-default --push latest

0 commit comments

Comments
 (0)