create developer manual in CI
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
c9348e43a0
commit
f37aad3f06
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -13,6 +13,20 @@ on:
|
||||
- /^release\/.*$/
|
||||
|
||||
jobs:
|
||||
Docs:
|
||||
runs-on: ubuntu-20.04
|
||||
container: texlive/texlive:latest-medium
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: generate PDF
|
||||
run: |
|
||||
make docs
|
||||
cp doc/crypt.pdf crypt-${{ github.run_id }}.pdf
|
||||
- name: upload PDF
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: crypt-${{ github.run_id }}.pdf
|
||||
path: crypt-${{ github.run_id }}.pdf
|
||||
Build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user