This commit is contained in:
SoftFever
2025-11-25 17:17:52 +08:00
parent 6c01f9d9b0
commit 80b6c285de

View File

@@ -39,7 +39,8 @@ jobs:
git clone https://"$USER_TOKEN"@github.com/"$OWNER"/"$REPOSITORY_NAME".wiki.git tmp_wiki
echo "---debug info before rsync---"
cat ./tmp_wiki/Home.md
echo "---github workspace---"
echo ${{ github.workspace }}
rsync -av --delete ${{ github.workspace }} tmp_wiki/ --exclude .git
cd tmp_wiki
echo "---debug info after rsync---"