Skip to content

Updating actions .yml #18

Updating actions .yml

Updating actions .yml #18

Workflow file for this run

name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: dante-ev/latex-action@latest
with:
root_file: Sertn - Whitepaper.tex
- name: Save artifact
uses: actions/upload-artifact@v4
with:
name: whitepaper.pdf
path: Sertn - Whitepaper.pdf