Skip to content

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 in /Frontend #50

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 in /Frontend

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 in /Frontend #50

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