Skip to content

Update JamesIves/github-pages-deploy-action action to v4.4.2 #36

Update JamesIves/github-pages-deploy-action action to v4.4.2

Update JamesIves/github-pages-deploy-action action to v4.4.2 #36

Workflow file for this run

name: latexmk
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y python3-pygments && sudo pip3 install pygments
- run: sudo apt-get -y install ghostscript
- uses: yegor256/latexmk-action@0.7.1
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 docshots
- run: |
mkdir gh-pages
cp main.pdf gh-pages
- uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: gh-pages
folder: gh-pages
clean: false