Skip to content

Commit

Permalink
github actions added
Browse files Browse the repository at this point in the history
  • Loading branch information
pgawron committed Jul 28, 2024
1 parent bf12447 commit 275ec3e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build LaTeX document
on: [push]


jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document 1
uses: xu-cheng/latex-action@v3
with:
working_directory: .
root_file: ask_template.tex
- name: Upload PDF file 1
uses: actions/upload-artifact@v4
with:
name: PDF1
path: ask_template.pdf

0 comments on commit 275ec3e

Please sign in to comment.