diff --git a/.github/workflows/generatedocs.yml b/.github/workflows/generatedocs.yml new file mode 100644 index 0000000..a7cf884 --- /dev/null +++ b/.github/workflows/generatedocs.yml @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..ad5fd28 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cSpell.language": "en,en-US" +} \ No newline at end of file