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 23a6151 commit abad96fCopy full SHA for abad96f
.github/workflows/docs-site-deploy.yaml
@@ -1,9 +1,8 @@
1
name: docs-site-deploy
2
on:
3
push:
4
- branches:
5
- - main
6
- - dev-mkdocs
+ tags:
+ - "v*"
7
permissions:
8
contents: write
9
jobs:
@@ -29,4 +28,4 @@ jobs:
29
28
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.ref }} latest
+ - run: mike deploy --push --update-aliases ${{ github.ref_name }} latest
0 commit comments