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 1686385 commit 5f965e0Copy full SHA for 5f965e0
.github/workflows/javadoc.yml
@@ -3,20 +3,20 @@ name: Javadoc
3
on:
4
# 支持手动触发构建
5
workflow_dispatch:
6
- release:
7
- # 创建release的时候触发
8
- types: [ published ]
9
- # push: # 可选,在推送主分支时触发
10
- # branches:
11
- # - main
12
- # - master
+ release:
+ # 创建release的时候触发
+ types: [ published ]
+# push: # 可选,在推送主分支时触发
+# branches:
+# - main
+# - master
13
14
- jobs:
15
- apidoc-deploy:
16
- runs-on: ubuntu-latest
17
- steps:
18
- - name: Checkout the repo
19
- uses: actions/checkout@v2
+jobs:
+ apidoc-deploy:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout the repo
+ uses: actions/checkout@v2
20
21
- name: Set up the Java JDK
22
uses: actions/setup-java@v2
0 commit comments