Skip to content

latex_test

latex_test #10

Workflow file for this run

name: latex_test
on:
workflow_run:
workflows: [Container]
types:
- completed
jobs:
latex_test:
runs-on: ubuntu-latest
steps:
- name: '🧰 Checkout'
uses: actions/checkout@v4
- uses: docker://ghcr.io/unike267/containers/latex-pygments:latest
with:
args: ./test/latex-test/make.sh
- name: '📤 Upload artifact'
uses: actions/upload-artifact@v4
with:
name: pdf_output
path: ./test/latex-test/latex-test.pdf