Skip to content

Commit

Permalink
deploy CI does not publish on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed May 23, 2024
1 parent 832cd1a commit e41c338
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,19 +302,3 @@ jobs:
mdbook-katex-v${{ steps.tagName.outputs.version }}-x86_64-unknown-linux-musl.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v2

- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_CREDENTIALS }}

0 comments on commit e41c338

Please sign in to comment.