Skip to content

Merge first stab at new pottery (Participants Meeting notes 18/12/2023 #6

Merge first stab at new pottery (Participants Meeting notes 18/12/2023

Merge first stab at new pottery (Participants Meeting notes 18/12/2023 #6

Workflow file for this run

name: Build Safetysheet posts (All)
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: safety-sheets.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: safety-sheets.pdf