Skip to content

Add technical document #1

Add technical document

Add technical document #1

name: Compile technical document
on:
push:
branches: 'main'
paths:
- 'technical-document/**'
jobs:
technical_documents:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: install xelatex
run: sudo apt-get install texlive-xetex
- name: Compile technical document
run: |
cd technical-document
./maketex -x