Skip to content

Commit

Permalink
Add workflow for document creation
Browse files Browse the repository at this point in the history
  • Loading branch information
bracke committed Apr 30, 2024
1 parent ccf5e28 commit aa08f64
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/generatedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: generating-docs
run-name: generating docs
on: [push]
jobs:
generating-docs:
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: ada_reference_card_2022_a4_en.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: ada_reference_card_2022_a4_en.pdf
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cSpell.language": "en,en-US"
}

0 comments on commit aa08f64

Please sign in to comment.