ci: local variables goes out of scope

This commit is contained in:
Henrik Tjäder 2023-03-04 00:54:53 +01:00
parent 8e562c77c3
commit 1084b5a3ba

View file

@ -335,10 +335,10 @@ jobs:
cp -r apidocs/ $td/api
lychee --offline --format detailed $td/book/en/
mv $td bookroot
- name: Archive the book + API docs
run: |
mv $td bookroot
tar -cf book.tar bookroot
- name: Store the Book + API docs