Skip to content

Commit

Permalink
ci: 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 5b5cdc4 commit e1222ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
cargo doc --no-deps --features download
cp -r target/doc ./
- name: Upload Docs
uses: actions/upload-pages-artifact@v3
uses: actions/upload-artifact@v4
with:
name: github-pages
path: doc

deploy:
Expand Down

0 comments on commit e1222ea

Please sign in to comment.