Skip to content

Commit

Permalink
gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
triszt4n committed Sep 17, 2024
1 parent fd3200e commit 40ddfc5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Generate

on:
push:
branches:
- main

jobs:
build-szmsz:
runs-on: ubuntu-latest
name: Create document
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Convert to pdf
id: convert-to-pdf
uses: closoco/[email protected]
with:
texFile: ./szmsz.tex
- name: Store pdf
uses: actions/upload-artifact@v2
with:
name: szmsz.pdf
path: szmsz.pdf

0 comments on commit 40ddfc5

Please sign in to comment.