From 49436b3d7f75c58f890271666b6d9046253186d4 Mon Sep 17 00:00:00 2001 From: "J.A.A.Tsimouris" Date: Wed, 3 Jul 2024 20:35:09 +0300 Subject: [PATCH] fixes --- .github/workflows/pdf-production.yml | 2 +- .github/workflows/todo.org | 2 -- readme.org | 5 +++++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pdf-production.yml b/.github/workflows/pdf-production.yml index ef72b12..64cf9a2 100644 --- a/.github/workflows/pdf-production.yml +++ b/.github/workflows/pdf-production.yml @@ -15,7 +15,7 @@ jobs: with: name: PDF path: main.pdf - - name: Release + - name: Produce a Release that includes the final PDF file. uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: diff --git a/.github/workflows/todo.org b/.github/workflows/todo.org index 2ff8243..ef71cc1 100644 --- a/.github/workflows/todo.org +++ b/.github/workflows/todo.org @@ -1,5 +1,3 @@ https://github.com/marketplace/actions/github-action-for-latex -Update script so that it deletes older PDFS Move PDFs to output directory -Add import to main.tex Unbundle zip; skip this step diff --git a/readme.org b/readme.org index 8c232c6..4f49040 100644 --- a/readme.org +++ b/readme.org @@ -1,3 +1,8 @@ #+TITLE: TEX TEMPLATE #+SUBTITLE: A highly opinionated latex template #+AUTHOR: D.A.Pelasgus + +- This is a highly opinionated Latex template. +- To use this template either clone the repository or click on the `use this template button`. +- Navigate to `setup/variables.tex` for credetials' declaration. +- On Git Push, a PDF will be generated.