diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 00:54:53 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 00:54:53 +0100 |
| commit | 1084b5a3badd1efc99dc601a0fdbd78e45951e86 (patch) | |
| tree | c633ea6cd5dac830142f769dc4205ab45cf15972 /.github | |
| parent | 8e562c77c3fd15aec655ccb63cc0efeadd1b2e8e (diff) | |
ci: local variables goes out of scope
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ed4cf7..b3c6596 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
