mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-23 21:17:45 +00:00
Disable update-docs build step for now
This commit is contained in:
parent
dfda25111a
commit
37e8ec8124
1 changed files with 6 additions and 6 deletions
12
.build.yml
12
.build.yml
|
@ -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 -Wvr target/doc/ deploy@ryne.moe:/var/ryne/sync/physis-docs
|
||||
- check: |
|
||||
cd physis
|
||||
cargo check
|
||||
|
@ -28,5 +28,5 @@ tasks:
|
|||
cargo deny check
|
||||
- semver-checks: |-
|
||||
cd physis
|
||||
cargo install cargo-semver-checks
|
||||
cargo install --locked cargo-semver-checks
|
||||
cargo semver-checks check-release
|
Loading…
Add table
Reference in a new issue