Skip to content

Update JamesIves/github-pages-deploy-action action to v4.7.2 - autoclosed #135

Update JamesIves/github-pages-deploy-action action to v4.7.2 - autoclosed

Update JamesIves/github-pages-deploy-action action to v4.7.2 - autoclosed #135

Workflow file for this run

name: latexmk
on:
push:
pull_request:
jobs:
build:
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