trigger build
Build LaTeX PDF / build (push) Failing after 0s

This commit is contained in:
Domipoke
2026-07-26 20:22:06 +02:00
parent 15527c890e
commit d0c374743d
+1 -2
View File
@@ -8,8 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: texlive/texlive:latest
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -35,6 +33,7 @@ jobs:
- name: Compile changed root files
if: steps.changed.outputs.roots != ''
uses: docker://texlive/texlive:latest
run: |
mkdir -p pdf aux
for f in ${{ steps.changed.outputs.roots }}; do