From c188641456a706560195b0c70578a82fe8d70f39 Mon Sep 17 00:00:00 2001 From: Kamal Choudhary Date: Fri, 11 Aug 2023 09:57:50 -0400 Subject: [PATCH] Create NISTtheDocs2Death.yml --- .github/workflows/NISTtheDocs2Death.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/NISTtheDocs2Death.yml diff --git a/.github/workflows/NISTtheDocs2Death.yml b/.github/workflows/NISTtheDocs2Death.yml new file mode 100644 index 00000000..ca662753 --- /dev/null +++ b/.github/workflows/NISTtheDocs2Death.yml @@ -0,0 +1,14 @@ +name: "Build Documentation" + +on: [push, pull_request, delete] + +jobs: + docs: + runs-on: ubuntu-latest + steps: + - uses: usnistgov/NISTtheDocs2Death@0.3 + with: + docs-folder: docs/ + formats: |- + epub + pdf