1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-23 05:07:46 +00:00

Restore doc update

This commit is contained in:
Joshua Goins 2022-12-17 09:44:04 -05:00
parent 37e8ec8124
commit d3d814eed9

View file

@ -9,11 +9,11 @@ sources:
secrets:
- b748582a-5d31-4fe8-94d6-4a63035e97aa
tasks:
#- update-docs: |
# cd physis
# cargo doc --release --no-deps
# echo "StrictHostKeyChecking=no" >> ~/.ssh/config
# rsync -Wvr target/doc/ deploy@ryne.moe:/var/ryne/sync/physis-docs
- update-docs: |
cd physis
cargo doc --release --no-deps
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
rsync -e 'ssh -p 38901' -Wvr target/doc/ deploy@ryne.moe:/srv/http/physis-docs
- check: |
cd physis
cargo check