From ab3824534caf453e699ba779af602ddf8a02611b Mon Sep 17 00:00:00 2001 From: Benjamin Wolf Date: Fri, 7 Aug 2020 16:50:21 +0200 Subject: [PATCH] Add copy command PDF files from docs-ext should be copied to the build output file --- .github/workflows/build_master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index f06f790..8c71746 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -53,6 +53,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') run: | rm -rf ./build/tmp + cp ./docs-ext/curriculum-*.pdf ./build zip -r release.zip ./build - name: Deploy if: startsWith(github.ref, 'refs/tags/')