Add README file #1

Merged
jali merged 8 commits from develop into main 2026-05-11 23:07:04 +00:00
Showing only changes of commit 349e3c5be8 - Show all commits
+24
View File
@@ -0,0 +1,24 @@
name: Build LaTex Document
run-name: ${{ gitea-actor }} is building LaTeX documents
on:
push:
branches:
- 'main'
jobs:
Build:
runs-on: latex-project-amd64
steps:
- name: Checking out the repository
uses: actions/checkout@v6
- name: Building the PDF document
run: |
waf distclean
waf configure
waf build
- name: Release
uses: akkuman/gitea-release-action@v1
with:
files: |-
build/*.pdf
name: Release ${{ gitea.run_id }}.${{ gitea.run_attempt }}