Skip to content

Commit

Permalink
feat(docs): add apache notice to docs (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBezold authored Dec 1, 2023
1 parent a8f988f commit 7a197b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7a197b8

Please sign in to comment.