Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pelasgus committed Jul 3, 2024
1 parent 96ce167 commit 49436b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pdf-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/todo.org
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions readme.org
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 49436b3

Please sign in to comment.