From 5bf1208b5f5723d63dda7c9ff439d880e9f48f63 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 14 Sep 2022 12:07:00 +0300 Subject: [PATCH] added workflow to create pdf docs (experimental) --- .github/workflows/pdf.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/pdf.yml diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml new file mode 100644 index 0000000..216678c --- /dev/null +++ b/.github/workflows/pdf.yml @@ -0,0 +1,19 @@ +name: Makefile CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - uses: xu-cheng/texlive-action/full@v1 + + - name: Make manual + run: make pdf