Skip to content

Commit

Permalink
fix: try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinT3Hu committed Feb 26, 2024
1 parent 38f1efd commit 69c0fde
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 @@ -19,7 +19,7 @@ jobs:
cargo doc --no-deps --features download
cp -r target/doc ./
- name: Upload Docs
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
path: doc

Expand Down

0 comments on commit 69c0fde

Please sign in to comment.