mirror of
https://github.com/CarmJos/MineConfiguration.git
synced 2026-06-04 13:55:03 +08:00
ci(javadoc): 添加debug消息
This commit is contained in:
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user