aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-03-04 00:45:08 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-04 00:45:08 +0100
commitf6c73f77d97f9e9e1f0cb7e407887f5002833cfc (patch)
treeb5a79cd3459a44fb24a5cd853fa1b560d24e4c78
parent78bdc2940fb789844035bd211906b4aebb2d8fdb (diff)
ci: Do not need a copy, move is faster
-rw-r--r--.github/workflows/build.yml2
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