Add User-Selectable Filters for Cloud Log Manager and Syslog Exporter… #39
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: "Build API JSON Schema docs" | |
on: | |
push: | |
paths: | |
- '**/validate-input.json' | |
- '**/validate-output.json' | |
- '**/validator-definitions.json' | |
jobs: | |
build-apidoc: | |
uses: NethServer/ns8-github-actions/.github/workflows/build-apidoc.yml@v1 |