Compare commits

...

6 Commits

Author SHA1 Message Date
35c6c36f64 Add workflow dispatch trigger
Some checks failed
Generate and publish Document / generate-and-publish (push) Failing after 4m42s
2025-01-18 06:56:19 +00:00
a0abd7399f push again to trigger action on windows
Some checks failed
Generate and publish Document / generate-and-publish (push) Failing after 16m59s
2025-01-17 15:49:53 +01:00
d2b82b917a push to trigger action
Some checks failed
Generate and publish Document / generate-and-publish (push) Failing after 14s
2025-01-17 15:37:26 +01:00
5b6237163c change folder-name
Some checks failed
Generate and publish Document / generate-and-publish (push) Failing after 46s
2025-01-17 15:19:14 +01:00
fb2ee5b56c add action to generate pdf from latex 2025-01-17 15:18:47 +01:00
09b4797937 initial add of actions-file 2025-01-17 13:54:00 +01:00

View File

@@ -0,0 +1,19 @@
name: Generate and publish Document
on: [ push, workflow_dispatch ]
jobs:
generate-and-publish:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: main.pdf