Create distribution directory

This commit is contained in:
John Cleaver 2020-12-06 13:01:52 -05:00 committed by GitHub
parent 82cb0a2dc5
commit 6caebfbeb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,9 @@ jobs:
# setup graphviz environment
- uses: ts-graphviz/setup-graphviz@v1
- name: Make Distribution directory
run: mkdir dist
# Create the PDF output
- name: PDF
run: dot -Tpdf brotherhood.gz > dist/brotherhood.pdf