1
mirror of https://github.com/CarmJos/MineConfiguration.git synced 2024-09-19 20:05:49 +00:00

ci(javadoc): 添加debug消息

This commit is contained in:
Carm Jos 2022-05-28 12:48:08 +08:00
parent 8d58583a1e
commit 616d24d885

View File

@ -60,10 +60,10 @@ jobs:
- name: Commit documentation changes - name: Commit documentation changes
run: | run: |
echo "Committing changes to ${{ github.repositoryUrl }} ..." echo "Committing changes to git@github.com:${{ github.repository_owner }}/${{ github.event.repository.name }}.git ..."
cd docs cd docs
git init git init
git remote add origin ${{ github.repositoryUrl }} git remote add origin git@github.com:${{ github.repository_owner }}/${{ github.event.repository.name }}.git
git checkout -b gh-pages git checkout -b gh-pages
git add -A git add -A
git commit -m "API Document generated." git commit -m "API Document generated."