Skip to content

Commit d77e782

Browse files
committed
refactor: 增加示例
1 parent b1ebfde commit d77e782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 发布文档到github pages
22
on:
33
push:
4-
branches:
5-
- master
4+
tags:
5+
- 'v*'
66
jobs:
77
build-and-deploy:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)