1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-05 00:35:02 +08:00

测试Javadoc部署

This commit is contained in:
carm
2021-11-23 02:58:03 +08:00
parent f91a2aa198
commit b2f7338ba6
+1 -2
View File
@@ -61,8 +61,7 @@ jobs:
git config --global user.name '${{ github.repository_owner }}' git config --global user.name '${{ github.repository_owner }}'
git config --global user.email '${{ github.repository_owner }}@users.noreply.github.com' git config --global user.email '${{ github.repository_owner }}@users.noreply.github.com'
git init git init
git branch gh-pages git checkout -b gh-pages
git checkout gh-pages
git log --decorate -- oneline git log --decorate -- oneline
git add -A git add -A
git commit -m "API Document generated." git commit -m "API Document generated."