Skip to content

Merge pull request #19 from PascalHonegger/dependabot/npm_and_yarn/Fr… #53

Merge pull request #19 from PascalHonegger/dependabot/npm_and_yarn/Fr…

Merge pull request #19 from PascalHonegger/dependabot/npm_and_yarn/Fr… #53

Workflow file for this run

name: JassTracker Documentation
on:
push:
branches:
- main
tags:
- v*.*.*
pull_request:
branches:
- main
jobs:
documentation:
runs-on: ubuntu-latest
container:
image: texlive/texlive:latest
steps:
- uses: actions/checkout@v4
- name: Make LaTeX
working-directory: ./Documentation
run: make doc
- name: Archive built LaTeX documentation
uses: actions/upload-artifact@v4
with:
name: documentation
path: Documentation/out/*.pdf