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 03:06:39 +08:00
parent a87e97f744
commit 72730fad1a

View File

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