mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
ci: local variables goes out of scope
This commit is contained in:
parent
8e562c77c3
commit
1084b5a3ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue