Skip to content

ci: setup document build #1

ci: setup document build

ci: setup document build #1

Workflow file for this run

name: Build LaTeX document
on: [push, pull_request]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.7.0
- name: Set up Git repository
uses: actions/checkout@v5
- run: sudo apt-get update
- run: sudo apt install fonts-cmu texlive-lang-cyrillicsu texlive-bibtex-extra texlive-science texlive-plain-generic latexmk --yes
- run: sudo apt install libpdf-api2-perl python3-pygments --yes
- run: sudo apt install texlive-fonts-recommended --yes

Check failure on line 15 in .github/workflows/master.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/master.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: build document
run: latexmk core-design-document.tex
- name: Upload compiled document
uses: actions/upload-artifact@v3
with:a
name: core-design-document
path: core-design-document.pdf