Skip to content

Commit

Permalink
artifacts and release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylelundstedt committed Dec 21, 2020
1 parent a26b811 commit 6f8c95b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- run: |
tlmgr update --self
tlmgr install koma-script geometry fira lastpage fancyhdr titlesec tocloft hyperref
- name: checkout the repo
Expand All @@ -29,11 +30,11 @@ jobs:
run: |
find . -iname '*.yml' -type f -maxdepth 1 -exec sh -c 'pandoc -d ${0} -o output/${0%.yml}.pdf' {} \;
# - name: upload PDFs
# uses: actions/upload-artifact@master
# with:
# name: output
# path: output
- name: upload PDFs
uses: actions/upload-artifact@master
with:
name: output
path: output

- name: Set datetime variable
run: echo "NOW=$(date +'%Y-%m-%d.%H%M%S')" >> $GITHUB_ENV
Expand Down

0 comments on commit 6f8c95b

Please sign in to comment.