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 c699c82 commit 23a6151Copy full SHA for 23a6151
.github/workflows/docs-site-deploy.yaml
@@ -29,4 +29,4 @@ jobs:
29
mkdocs-material-
30
- run: pip install mkdocs-open-in-new-tab mike
31
- run: pip install mkdocs-material
32
- - run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
+ - run: mike deploy --push --update-aliases ${{ github.ref }} latest
0 commit comments