Skip to content

Commit

Permalink
Enable NISTtheDocs2Death
Browse files Browse the repository at this point in the history
  • Loading branch information
tkphd committed Aug 11, 2023
1 parent 91b4b78 commit 38ad2ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/nist-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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/[email protected]
with:
docs-folder: doc/
formats: |-
pdf

0 comments on commit 38ad2ef

Please sign in to comment.