Skip to content

Merge branch 'updates_2024' #24

Merge branch 'updates_2024'

Merge branch 'updates_2024' #24

Workflow file for this run

name: GeneratePdf
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: LaTeX compilation
# You may pin to the exact commit or the version.
# uses: dante-ev/latex-action@259e5ff953ad4d4616fbd09cc87a526ee5c4499a
uses: dante-ev/[email protected]
with:
root_file: Rulebook.tex
- name: Prepare folder
run : |
mkdir output
mv Rulebook.pdf output/Rulebook.pdf
- name: Storing pdf
uses: actions/upload-artifact@v2
with:
name: Current_Rulebook_state
path: output