Skip to content

add more drawio icons #39

add more drawio icons

add more drawio icons #39

Workflow file for this run

name: Build Kerberos LaTeX document
on:
- pull_request
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Compile Kerberos LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: paper.tex
args: '-pdf -file-line-error -interaction=nonstopmode -shell-escape'
working_directory: paper