Skip to content

timeout

timeout #141

Workflow file for this run

name: latexmk
'on':
push:
pull_request:
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: yegor256/[email protected]
with:
opts: -pdf
depends: DEPENDS.txt
- run: |
mkdir gh-pages
cp paper.pdf gh-pages
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: gh-pages
clean: false