added check to skip regression if zero instances of the class are found #4
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" | |
| concurrency: | |
| group: ${{ github.workflow }} | |
| cancel-in-progress: false | |
| on: [push, pull_request, delete] | |
| jobs: | |
| docs: | |
| runs-on: ubuntu-latest | |
| if: github.repository == 'usnistgov/AFL-agent' | |
| steps: | |
| - name: Free Disk Space (Ubuntu) | |
| uses: jlumbroso/free-disk-space@v1.3.1 | |
| with: | |
| tool-cache: false | |
| android: true | |
| dotnet: true | |
| haskell: true | |
| large-packages: true | |
| docker-images: true | |
| swap-storage: true | |
| - name: Docs4NIST | |
| # uses: martintb/Docs4NIST@themedir-bug | |
| uses: usnistgov/Docs4NIST@0.7 | |
| with: | |
| docs-folder: docs/ | |
| conda-environment: "docs.yml" | |
| # pip-requirements: "requirements-docs.txt" | |