1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2024-09-19 20:15:47 +00:00

测试Javadoc部署

This commit is contained in:
carm 2021-11-23 02:58:03 +08:00
parent f91a2aa198
commit b2f7338ba6

View File

@ -61,9 +61,8 @@ jobs:
git config --global user.name '${{ github.repository_owner }}'
git config --global user.email '${{ github.repository_owner }}@users.noreply.github.com'
git init
git branch gh-pages
git checkout gh-pages
git log --decorate -- oneline
git checkout -b gh-pages
git log --decorate -- oneline
git add -A
git commit -m "API Document generated."