Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinT3Hu committed Feb 26, 2024
1 parent 3a41864 commit 447a907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Build Docs
run: |
cargo doc --no-deps --features bundled
cargo doc --no-deps --features download
cp -r target/doc doc
- name: Upload Docs
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 447a907

Please sign in to comment.