Compare commits
1 Commits
aa41005c44
...
d758445ba5
| Author | SHA1 | Date |
|---|---|---|
|
|
d758445ba5 |
|
|
@ -0,0 +1,5 @@
|
||||||
|
FROM debian:12
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
latexmk texlive texlive-lang-polish pandoc \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
jobs:
|
||||||
|
statut:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: git.hswro.org/hswro/documents_build:latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: cd statut && latexmk "Statut HSWro.tex"
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: "Statut HSWro"
|
||||||
|
path: "statut/Statut HSWro.pdf"
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
*.aux
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.fls
|
||||||
|
*.pdf
|
||||||
|
*.log
|
||||||
Binary file not shown.
Loading…
Reference in New Issue