Skip to content

Update NTD2D PDF generator #7

Update NTD2D PDF generator

Update NTD2D PDF generator #7

Workflow file for this run

# Publish documentation to the NIST server
# instead of ReadTheDocs
---
name: "Publish Documentation"
on: [push, pull_request, delete]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: usnistgov/NISTtheDocs2Death@main
with:
apt-packages: |-
doxygen
build-pdf-command: make pdf
docs-folder: doc/
formats: |-
pdf
pip-requirements: doc/requirements.txt