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