From cb6904354ed208e0db21f98b999ce1307b7fc255 Mon Sep 17 00:00:00 2001 From: Jimmy He <417267+hhe@users.noreply.github.com> Date: Mon, 27 Jul 2020 12:10:20 -0700 Subject: [PATCH] Add arguments to example usage --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b8884b6..cb66792 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ jobs: - uses: actions/checkout@v1 - uses: mkrakowitzer/actions-makepdfs@master if: github.ref == 'refs/heads/master' + with: + markdown_dir: doc + output_dir: tmp - uses: actions/upload-artifact@v1 with: name: platform-architecture-docs