Skip to content

Build PDF and ePUB

Build PDF and ePUB #46

name: "Build Documentation"
on: [push, pull_request, delete]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: usnistgov/NISTtheDocs2Death@main
with:
docs-folder: docs/
separated-layout: true
build-html: true
build-epub: true
build-pdf: true