Skip to content

docs: correct usage #38

docs: correct usage

docs: correct usage #38

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main, development]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install deps
run: |
sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-full texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended latexmk python3-pygments biber
- name: Run test
run: |
./test.sh