Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliacn/documenter-latex-action
The docker container action to support PDF generation of JuliaZH
https://github.com/juliacn/documenter-latex-action
Last synced: 7 days ago
JSON representation
The docker container action to support PDF generation of JuliaZH
- Host: GitHub
- URL: https://github.com/juliacn/documenter-latex-action
- Owner: JuliaCN
- License: mit
- Created: 2021-08-13T06:43:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T09:52:46.000Z (over 3 years ago)
- Last Synced: 2024-11-09T20:19:06.165Z (2 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# documenter-latex
[![][action-img]][action-url]
The docker container action to support PDF generation of JuliaZH.jl
Example configuration from [JuliaZH.jl]:
```yml
name: Compile PDFon:
push:
tags: 'v*'jobs:
build_pdf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and deploy
timeout-minutes: 90
uses: JuliaCN/documenter-latex-action@master
with:
project_dir: 'doc'
format: pdf # trigger the pdf compilation in our doc/make.jl
- name: upload complied results
uses: actions/upload-artifact@v2
with:
name: compiled contents
path: doc/build/*.pdf
```[JuliaZH.jl]: https://github.com/JuliaCN/JuliaZH.jl
[action-img]: https://github.com/JuliaCN/JuliaZH.jl/workflows/Compile%20PDF/badge.svg
[action-url]: https://github.com/JuliaCN/JuliaZH.jl/actions