ci: Do not need a copy, move is faster

This commit is contained in:
Henrik Tjäder 2023-03-04 00:45:08 +01:00
parent 78bdc2940f
commit f6c73f77d9

View file

@ -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