Revert "72 sst1rsoxsdb and sst1rsoxsloader warn on saturation and war… #320
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Publish Documentation to NIST Pages" | |
on: [push, pull_request, delete] | |
jobs: | |
docs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: usnistgov/[email protected] | |
with: | |
docs-folder: docs/ | |
formats: |- | |
epub | |
pip-requirements: 'requirements.txt' |