mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Updated Wiki content
@@ -39,7 +39,8 @@ jobs:
|
|||||||
git clone https://"$USER_TOKEN"@github.com/"$OWNER"/"$REPOSITORY_NAME".wiki.git tmp_wiki
|
git clone https://"$USER_TOKEN"@github.com/"$OWNER"/"$REPOSITORY_NAME".wiki.git tmp_wiki
|
||||||
echo "---debug info before rsync---"
|
echo "---debug info before rsync---"
|
||||||
cat ./tmp_wiki/Home.md
|
cat ./tmp_wiki/Home.md
|
||||||
|
echo "---github workspace---"
|
||||||
|
echo ${{ github.workspace }}
|
||||||
rsync -av --delete ${{ github.workspace }} tmp_wiki/ --exclude .git
|
rsync -av --delete ${{ github.workspace }} tmp_wiki/ --exclude .git
|
||||||
cd tmp_wiki
|
cd tmp_wiki
|
||||||
echo "---debug info after rsync---"
|
echo "---debug info after rsync---"
|
||||||
|
|||||||
Reference in New Issue
Block a user