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 5f965e0 commit 62224beCopy full SHA for 62224be
.github/workflows/javadoc.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Commit documentation # 提交文档到Git仓库
59
env:
60
- GIT_URL: "[email protected]:<USERNAME>/<PROJECT>.git" # 项目的地址,注意要用SSH格式的。
+ GIT_URL: "[email protected]:${{ github.repository }}.git" # 项目的地址,注意要用SSH格式的。
61
run: |
62
cd docs
63
git init
0 commit comments