mirror of
https://github.com/OrcaSlicer/OrcaSlicer_WIKI.git
synced 2026-05-17 08:35:46 +03:00
debug 2
This commit is contained in:
3
.github/workflows/publish_docs_to_wiki.yml
vendored
3
.github/workflows/publish_docs_to_wiki.yml
vendored
@@ -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---"
|
||||
|
||||
Reference in New Issue
Block a user