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 c38af2d commit 134dfedCopy full SHA for 134dfed
.github/workflows/ghpage.yml
@@ -47,10 +47,10 @@ jobs:
47
mkdocs build -f ./docs/mkdocs.en.yml -s --site-dir ../docs/site/en
48
mkdocs build -f ./docs/mkdocs.zh.yml -s --site-dir ../docs/site/zh
49
50
- - name: Publish doc - 1.1.6
+ - name: Publish doc - 1.1.7
51
if: ${{ github.ref == 'refs/heads/v1.1.x' }}
52
env:
53
- VERSION: 1.1.6
+ VERSION: 1.1.7
54
LINK_EN: ${{ vars.LINK_EN }}
55
LINK_ZH: ${{ vars.LINK_ZH }}
56
run: |
0 commit comments