mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +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
|
cp -r apidocs/ $td/api
|
||||||
|
|
||||||
lychee --offline --format detailed $td/book/en/
|
lychee --offline --format detailed $td/book/en/
|
||||||
|
mv $td bookroot
|
||||||
|
|
||||||
- name: Archive the book + API docs
|
- name: Archive the book + API docs
|
||||||
run: |
|
run: |
|
||||||
mv $td bookroot
|
|
||||||
tar -cf book.tar bookroot
|
tar -cf book.tar bookroot
|
||||||
|
|
||||||
- name: Store the Book + API docs
|
- name: Store the Book + API docs
|
||||||
|
|
Loading…
Reference in a new issue