Compare commits
6 Commits
b85447ec53
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 35c6c36f64 | |||
| a0abd7399f | |||
| d2b82b917a | |||
| 5b6237163c | |||
| fb2ee5b56c | |||
| 09b4797937 |
19
.gitea/workflows/actions.yaml
Normal file
19
.gitea/workflows/actions.yaml
Normal 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
|
||||
Reference in New Issue
Block a user