From 63bb5b4907a870b9ac294386293e102d9767b2bb Mon Sep 17 00:00:00 2001 From: Chengyu HAN Date: Sun, 22 Dec 2024 22:29:34 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E9=83=A8=E7=BD=B2=20PDF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml index 3fc9494f..d55f9a3b 100644 --- a/.github/workflows/pdf.yml +++ b/.github/workflows/pdf.yml @@ -30,7 +30,7 @@ jobs: Pkg.instantiate() - name: Build PDF timeout-minutes: 90 - run: julia --project=doc/ doc/make.jl pdf texplatform=docker + run: julia --project=doc/ doc/make.jl deploy pdf texplatform=docker - name: upload complied PDF file uses: actions/upload-artifact@v4 with: