Skip to content

Commit

Permalink
#11 latexmk
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 24, 2021
1 parent f0fe3dc commit 63c53c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:
- uses: actions/checkout@v2
- uses: yegor256/latexmk-action@0.2.2
with:
path: white-paper
opts: -pdf
packages: ffcode href-ul huawei fmtcount trimspaces catchfile catchfile transparent textpos fvextra xstring framed environ titlesec
- run: mkdir pdf
- run: cp polystat-white-paper.pdf pdf
- run: mkdir white-paper/pdf
- run: cp white-paper/wp.pdf white-paper/pdf
- uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: pdf
folder: white-paper/pdf
clean: false

0 comments on commit 63c53c4

Please sign in to comment.