fix: moving pdf to theme folder

This commit is contained in:
munja 2022-10-14 22:45:33 +01:00
parent dbd45185ce
commit abf2e912b5

View File

@ -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 }}