Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

removed main.lot

removed main.lot #44

Workflow file for this run

name: Build LaTeX document
on:
push:
paths:
- '**.tex'
workflow_dispatch:
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: main.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: VWA
path: main.pdf