SST1RSoXSDB metadata change: make loadMonitors handle scans without monitors
#751
This file contains hidden or 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] | |
| concurrency: | |
| group: ${{ github.workflow }} | |
| cancel-in-progress: false | |
| jobs: | |
| docs: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: usnistgov/Docs4NIST@0.7 | |
| with: | |
| docs-folder: docs/ | |
| formats: |- | |
| epub | |
| pip-requirements: 'docs-requirements.txt' |