mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci: Do not need a copy, move is faster
This commit is contained in:
parent
78bdc2940f
commit
f6c73f77d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -338,7 +338,7 @@ jobs:
|
|||
|
||||
- name: Archive the book + API docs
|
||||
run: |
|
||||
cp -r $td bookroot
|
||||
mv $td bookroot
|
||||
tar -cf book.tar bookroot
|
||||
|
||||
- name: Store the Book + API docs
|
||||
|
|
Loading…
Reference in a new issue