1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-04-23 23:41:23 +00:00

Move some eldritch horrors to another directory

Also fix make-doc.sh uploading the wrong file.
This commit is contained in:
Jonathan Coates
2022-06-01 01:02:23 +01:00
parent 178126725e
commit b91809bfc7
58 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ chmod 600 "$HOME/.ssh/key"
# And upload
rsync -avc -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no -p $SSH_PORT" \
"$GITHUB_WORKSPACE/build/docs/lua/" \
"$GITHUB_WORKSPACE/build/docs/site/" \
"$SSH_USER@$SSH_HOST:/$DEST"
rsync -avc -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no -p $SSH_PORT" \
"$GITHUB_WORKSPACE/build/docs/javadoc/" \