From 7a197b88959cc5e03030b2a93eac49842aa1f1ec Mon Sep 17 00:00:00 2001 From: Sebastian Bezold Date: Fri, 1 Dec 2023 10:51:06 +0100 Subject: [PATCH] feat(docs): add apache notice to docs (#11) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7e12266..23262b2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: - uses: docker://pandoc/latex:2.9 if: ${{ steps.release.outputs.release_created }} with: - args: --output=./docs/Documentation.pdf ./docs/README.md + args: --output=./docs/Documentation.pdf ./docs/README.md ./docs/apache-notice.md - name: Upload Documentation to relase if: ${{ steps.release.outputs.release_created }}