Skip to content

Commit 62224be

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Commit documentation # 提交文档到Git仓库
5959
env:
60-
GIT_URL: "[email protected]:<USERNAME>/<PROJECT>.git" # 项目的地址,注意要用SSH格式的。
60+
GIT_URL: "[email protected]:${{ github.repository }}.git" # 项目的地址,注意要用SSH格式的。
6161
run: |
6262
cd docs
6363
git init

0 commit comments

Comments
 (0)