From 8c746c185f74606cc9cbe297b3eeb4b8bde64917 Mon Sep 17 00:00:00 2001 From: YinMo19 Date: Sun, 15 Dec 2024 23:15:59 +0800 Subject: [PATCH] modified ci --- .github/workflows/deploy.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3bdef48..841ee47 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,13 +14,12 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - - name: Install latest nightly - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true + + - uses: actions-rs/toolchain@v1 + with: + toolchain: stable + profile: minimal + override: true - name: Install mdbook-katex run: cargo install mdbook-katex