From f6c73f77d97f9e9e1f0cb7e407887f5002833cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sat, 4 Mar 2023 00:45:08 +0100 Subject: [PATCH] ci: Do not need a copy, move is faster --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8dc35b802..ee0fad1ce6 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