From cff5dc5b5d877c9102bffe6bf71d2570992319fe Mon Sep 17 00:00:00 2001 From: Mattia Mascarello Date: Wed, 24 Aug 2022 01:25:08 +0200 Subject: [PATCH] Added markdown generator --- .github/workflows/LaTeXcompile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/LaTeXcompile.yml b/.github/workflows/LaTeXcompile.yml index d8fc402..1926254 100644 --- a/.github/workflows/LaTeXcompile.yml +++ b/.github/workflows/LaTeXcompile.yml @@ -20,6 +20,8 @@ jobs: cache: 'pip' # caching pip dependencies - run: pip install -r requirements.txt - run: python build_paged.py + - name: Generate markdown + - run: sudo apt install pandoc -y && pandoc -s Alembic.tex -o Alembic.md - name: Update README uses: nanasess/setup-php@master with: