Skip to content

fix in action

fix in action #8

Workflow file for this run

name: Build LaTeX document

Check failure on line 1 in .github/workflows/build-latex.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-latex.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: defaults
on: [push]
jobs:
defaults:
run:
working-directory: ./lectures/01-introduction/txt/
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@v3
with:
root_file: lecture.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: lecture.pdf