feat(search): Adding "artifactType" as a filter option when searching #84
Workflow file for this run
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: Validate Docs & Playbook | |
on: | |
workflow_call: { } | |
pull_request: | |
branches: [ main ] | |
paths: | |
- 'docs/**' | |
- 'docs-playbook/**' | |
jobs: | |
validate: | |
name: Validate Docs | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Generate Documentation | |
run: | | |
cd docs-playbook | |
./_build-all.sh |