diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 00:45:08 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 00:45:08 +0100 |
| commit | f6c73f77d97f9e9e1f0cb7e407887f5002833cfc (patch) | |
| tree | b5a79cd3459a44fb24a5cd853fa1b560d24e4c78 /.github | |
| parent | 78bdc2940fb789844035bd211906b4aebb2d8fdb (diff) | |
ci: Do not need a copy, move is faster
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 c8dc35b..ee0fad1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
