From 37e8ec812442f104d1afe3be67bde35d7f7ea0e6 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 17 Dec 2022 08:41:30 -0500 Subject: [PATCH] Disable update-docs build step for now --- .build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.build.yml b/.build.yml index 21f7f8e..8440331 100644 --- a/.build.yml +++ b/.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 \ No newline at end of file