Skip to content

docs: update README about installation, build and usage #90

docs: update README about installation, build and usage

docs: update README about installation, build and usage #90

Workflow file for this run

name: Build tex docs
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build_docs:
name: Build tex documentation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Compile LaTeX document
env:
TEXINPUTS: "./scn:"
uses: xu-cheng/latex-action@v2
with:
working_directory: docs
root_file: main.tex