Skip to content

chore: Update signature of @Cubik65536 #6

chore: Update signature of @Cubik65536

chore: Update signature of @Cubik65536 #6

Workflow file for this run

name: Get HM University Certificate
on:
push:
workflow_dispatch:
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile LaTeX document - St. Chi
uses: xu-cheng/latex-action@v2
with:
latexmk_use_xelatex: true
root_file: stchi-cert.tex
- name: Compile LaTeX document - St. Linus
uses: xu-cheng/latex-action@v2
with:
latexmk_use_xelatex: true
root_file: stlinus-cert.tex
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: "HM University Certificate"
path: |
stchi-cert.pdf
stlinus-cert.pdf