Skip to content

Commit

Permalink
Merge pull request #9 from zagura/zagura/github-actions
Browse files Browse the repository at this point in the history
Dodanie Github Actions
  • Loading branch information
wprzyb authored Oct 24, 2022
2 parents 56f25d6 + df5d92b commit 03d8368
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build Statut
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: statut.tex
extra_packages: fixfoot
extra_system_packages: texlive-full
- name: Save artifacts
uses: actions/upload-artifact@v3
with:
name: Statut
path: statut.pdf
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

0 comments on commit 03d8368

Please sign in to comment.