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:
parent
37e8ec8124
commit
d3d814eed9
1 changed files with 6 additions and 6 deletions
12
.build.yml
12
.build.yml
|
@ -9,11 +9,11 @@ sources:
|
||||||
secrets:
|
secrets:
|
||||||
- b748582a-5d31-4fe8-94d6-4a63035e97aa
|
- b748582a-5d31-4fe8-94d6-4a63035e97aa
|
||||||
tasks:
|
tasks:
|
||||||
#- update-docs: |
|
- update-docs: |
|
||||||
# cd physis
|
cd physis
|
||||||
# cargo doc --release --no-deps
|
cargo doc --release --no-deps
|
||||||
# echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
||||||
# rsync -Wvr target/doc/ deploy@ryne.moe:/var/ryne/sync/physis-docs
|
rsync -e 'ssh -p 38901' -Wvr target/doc/ deploy@ryne.moe:/srv/http/physis-docs
|
||||||
- check: |
|
- check: |
|
||||||
cd physis
|
cd physis
|
||||||
cargo check
|
cargo check
|
||||||
|
@ -29,4 +29,4 @@ tasks:
|
||||||
- semver-checks: |-
|
- semver-checks: |-
|
||||||
cd physis
|
cd physis
|
||||||
cargo install --locked cargo-semver-checks
|
cargo install --locked cargo-semver-checks
|
||||||
cargo semver-checks check-release
|
cargo semver-checks check-release
|
||||||
|
|
Loading…
Add table
Reference in a new issue