From 6caebfbeb8f1b874dce991ef4de8bd6d86b7d197 Mon Sep 17 00:00:00 2001 From: John Cleaver Date: Sun, 6 Dec 2020 13:01:52 -0500 Subject: [PATCH] Create distribution directory --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2617d0c..5bbff3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,9 @@ jobs: - uses: actions/checkout@v2 # setup graphviz environment - uses: ts-graphviz/setup-graphviz@v1 + + - name: Make Distribution directory + run: mkdir dist # Create the PDF output - name: PDF