run jobs sequentially
All checks were successful
Build LaTeX packages / build (push) Successful in 42s
Build LaTeX packages / pages (push) Successful in 59s

This commit is contained in:
Maximilian Keßler 2023-10-19 13:13:23 +02:00
parent bc3a076cd6
commit 505cdf92ca
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -45,7 +45,7 @@ jobs:
pages:
runs-on: latex-latest
requires: build
needs: build
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout repository