Skip to content

Commit

Permalink
intial action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BijalBPatel committed Sep 13, 2023
1 parent 071716c commit ffdbf12
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Publish Documentation to NIST Pages"

on: [push, pull_request, delete]

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: usnistgov/NISTtheDocs2Death@0.4
with:
docs-folder: docs/
formats: |-
pip-requirements: 'requirements.txt'

0 comments on commit ffdbf12

Please sign in to comment.