Skip to content

pcs.tex (a note on WHIR/Ligerito over binary fields, interpreted as L… #1

pcs.tex (a note on WHIR/Ligerito over binary fields, interpreted as L…

pcs.tex (a note on WHIR/Ligerito over binary fields, interpreted as L… #1

Workflow file for this run

name: PCS Note PDF
on:
push:
branches: [ "main" ]
paths:
- 'misc/pcs.tex'
- '.github/workflows/pcs.yml'
workflow_dispatch:
permissions:
contents: write
concurrency:
group: pcs-${{ github.ref }}
cancel-in-progress: true
jobs:
build-pdf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Compile LaTeX
uses: xu-cheng/latex-action@v3
with:
working_directory: misc
root_file: pcs.tex
- name: Publish PDF as release asset
if: github.event_name != 'pull_request'
uses: softprops/action-gh-release@v2
with:
tag_name: pcs-latest
name: Latest PCS note PDF
body: Auto-built from `misc/pcs.tex` on every push to `main`.
make_latest: false
files: misc/pcs.pdf