Skip to content

Commit

Permalink
ci: 部署 PDF (#144)
Browse files Browse the repository at this point in the history
* ci: 90 分钟超时

* ci: 部署 PDF

* ci: use DOCUMENTER_KEY
  • Loading branch information
inkydragon authored Dec 22, 2024
1 parent 071e79f commit e571e6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
- name: Build PDF
run: julia --project=doc/ doc/make.jl pdf texplatform=docker
timeout-minutes: 90
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
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 e571e6e

Please sign in to comment.