From 6f8c95b2d71b7e3f9575f789b134c147245fb636 Mon Sep 17 00:00:00 2001 From: Kyle Lundstedt Date: Mon, 21 Dec 2020 07:19:11 -0800 Subject: [PATCH] artifacts and release --- .github/workflows/pandoc.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pandoc.yml b/.github/workflows/pandoc.yml index 50cda04..02cbc29 100644 --- a/.github/workflows/pandoc.yml +++ b/.github/workflows/pandoc.yml @@ -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 @@ -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