Skip to content

Adding the use of acronyms, adding automatic list of acronyms at the … #2

Adding the use of acronyms, adding automatic list of acronyms at the …

Adding the use of acronyms, adding automatic list of acronyms at the … #2

Workflow file for this run

name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: "report.tex"
working_directory: ./
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: ./*.pdf
retention-days: 10
if-no-files-found: error