Initialised the repository (#5)
All checks were successful
Latex Build / LatexBuild (push) Successful in 10s
All checks were successful
Latex Build / LatexBuild (push) Successful in 10s
Reviewed-on: #5 Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de> Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
16
.gitea/workflows/test-build.yaml
Normal file
16
.gitea/workflows/test-build.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Latex Build
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
LatexBuild:
|
||||
runs-on: pi64
|
||||
container:
|
||||
image: git.horstenkamp.eu/server/textlive-docker-image/texlive:experimental
|
||||
credentials:
|
||||
username: runner
|
||||
password: ${{ secrets.PACKAGES }}}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- run: pdflatex conference_101719.tex
|
Reference in New Issue
Block a user