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 b1ebfde commit d77e782Copy full SHA for d77e782
.github/workflows/doc.yml
@@ -1,8 +1,8 @@
1
name: 发布文档到github pages
2
on:
3
push:
4
- branches:
5
- - master
+ tags:
+ - 'v*'
6
jobs:
7
build-and-deploy:
8
runs-on: ubuntu-latest
0 commit comments