1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-06-07 05:12:07 +00:00

Move website source/build logic to projects/web

Mostly useful as it moves some of our build logic out of the main
project, as that's already pretty noisy!
This commit is contained in:
Jonathan Coates
2022-11-06 13:37:07 +00:00
parent c82f37d3bf
commit d8e2161f15
23 changed files with 106 additions and 87 deletions
+1 -1
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/site/" \
"$GITHUB_WORKSPACE/projects/web/build/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/" \