fix(deps): update dependency org.eolang:eo-parser to v0.49.4 #555
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: latexmk | |
on: | |
push: | |
jobs: | |
latexmk: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- run: sudo apt-get install -y python3-pygments && sudo pip3 install pygments | |
- run: sudo apt-get -y install ghostscript | |
- uses: yegor256/[email protected] | |
with: | |
path: paper | |
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 lh to-be-determined cancel iexec docshots upquote eolang crumbs clicks ppt-slides fontsize changepage ifoddpage doi pgf tikzfill pdfcol listingsutf8 bbold semantic cleveref adjustbox mdframed zref needspace csquotes bibcop debate | |
- run: | | |
mkdir gh-pages | |
cp paper/article.pdf gh-pages | |
- uses: JamesIves/[email protected] | |
with: | |
branch: gh-pages | |
folder: gh-pages | |
clean: false | |
if: github.ref == 'refs/heads/master' |