From abf2e912b5fa0c177029c1fab0e11b9fa7806cfd Mon Sep 17 00:00:00 2001 From: munja Date: Fri, 14 Oct 2022 22:45:33 +0100 Subject: [PATCH] fix: moving pdf to theme folder --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca64d85..a6a5825 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: IF PDF - run: npx @marp-team/marp-cli slides/if.md -o slides/if/if.pdf--allow-local-files + run: npx @marp-team/marp-cli slides/if.md -o theme/if.pdf --allow-local-files env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}