Skip to content

Commit 5f965e0

Browse files
authored
Update javadoc.yml
1 parent 1686385 commit 5f965e0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/javadoc.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ name: Javadoc
33
on:
44
# 支持手动触发构建
55
workflow_dispatch:
6-
release:
7-
# 创建release的时候触发
8-
types: [ published ]
9-
# push: # 可选,在推送主分支时触发
10-
# branches:
11-
# - main
12-
# - master
6+
release:
7+
# 创建release的时候触发
8+
types: [ published ]
9+
# push: # 可选,在推送主分支时触发
10+
# branches:
11+
# - main
12+
# - master
1313

14-
jobs:
15-
apidoc-deploy:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: Checkout the repo
19-
uses: actions/checkout@v2
14+
jobs:
15+
apidoc-deploy:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout the repo
19+
uses: actions/checkout@v2
2020

2121
- name: Set up the Java JDK
2222
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)