Skip to content

Commit

Permalink
Update generate-pdfs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Nov 4, 2021
1 parent d358307 commit 4aceef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-pdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

- uses: docker://pandoc/latex:2.9
with:
args: "Helium-Guides/docs/indoor-hotspot/overview.md -o Helium-Guides/docs/pdfs/indoor-overview.pdf --pdf-engine=xelatex --resource-path Helium-Guides/docs/media/"
args: ${{ github.action_path }}/pdf-gen/gen-pdfs.sh

- uses: actions/upload-artifact@master
with:
name: output
path: Helium-Guides/docs/pdfs/
path: docs/pdfs/

0 comments on commit 4aceef5

Please sign in to comment.