Skip to content

Commit

Permalink
move directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sarukiti committed Dec 26, 2024
1 parent 0e70175 commit 357eec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- uses: actions/checkout@v2
- name: Run doc
run: cargo doc --no-deps
- name: Move doc
run: |
mv target/doc/motor_lib/* target/doc/
rm -r target/doc/motor_lib
- name: Deploy
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 357eec1

Please sign in to comment.