Skip to content

Commit

Permalink
Github workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
pelasgus committed Jul 3, 2024
1 parent 5edc06f commit dfec5b5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pdf-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Compile PDF
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: main.pdf
1 change: 1 addition & 0 deletions .github/workflows/todo.org
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/marketplace/actions/github-action-for-latex

0 comments on commit dfec5b5

Please sign in to comment.