Skip to content

Update yegor256/latexmk-action action to v0.10.5 #73

Update yegor256/latexmk-action action to v0.10.5

Update yegor256/latexmk-action action to v0.10.5 #73

Workflow file for this run

name: latexmk
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: yegor256/latexmk-action@0.10.5
with:
opts: -pdf
packages: acmart cjk ffcode href-ul datetime fmtcount libertine paralist makecell footmisc currfile enumitem wrapfig lastpage biblatex titling svg trimspaces catchfile transparent textpos fvextra xstring framed environ totpages hyperxmp ifmtarg ncctools comment anyfontsize fdsymbol algpseudocodex algorithmicx stmaryrd preprint cyrillic cm-super babel-russian hyphen-russian lh to-be-determined cancel iexec upquote
- run: |
mkdir gh-pages
cp paper.pdf gh-pages
- uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: gh-pages
clean: false