Skip to content

Commit

Permalink
ci: 部署 PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Dec 22, 2024
1 parent 2376b74 commit 63bb5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 63bb5b4

Please sign in to comment.