From 2376b74dec98815675b139bf071154ef74179a11 Mon Sep 17 00:00:00 2001 From: Chengyu HAN Date: Sat, 21 Dec 2024 22:57:25 +0800 Subject: [PATCH] =?UTF-8?q?ci:=2090=20=E5=88=86=E9=92=9F=E8=B6=85=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pdf.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml index c71b0d58..3fc9494f 100644 --- a/.github/workflows/pdf.yml +++ b/.github/workflows/pdf.yml @@ -29,6 +29,7 @@ jobs: Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate() - name: Build PDF + timeout-minutes: 90 run: julia --project=doc/ doc/make.jl pdf texplatform=docker - name: upload complied PDF file uses: actions/upload-artifact@v4