Skip to content

Commit

Permalink
mkdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed May 13, 2020
1 parent 001baa2 commit e398764
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
mkdir pdf
mkdir output
mkdir pdf
- uses: docker://pandoc/core:2.9
with:
args: --standalone --output=output/concentration.html md/concentration.md
- run: |
echo "::set-env name=FILELIST::$(printf '"%s" ' *.md)"
- uses: docker://pandoc/latex:2.9
with:
args: --output=output/result.pdf ${{ env.FILELIST }}
- uses: docker://pandoc/core:2.9
with:
args: --standalone --output=output/concentration.html md/concentration.md

- uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit e398764

Please sign in to comment.