Skip to content

Commit

Permalink
modified ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YinMo19 committed Dec 15, 2024
1 parent 7d6b8c0 commit 8c746c1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c746c1

Please sign in to comment.