From 1084b5a3badd1efc99dc601a0fdbd78e45951e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sat, 4 Mar 2023 00:54:53 +0100 Subject: [PATCH] ci: local variables goes out of scope --- .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 9ed4cf724e..b3c6596518 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