Merge remote-tracking branch 'origin/main' into fix_conflicts #4
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: Generate Readme Doc | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- '*.json' | |
- 'readme.html' | |
- 'manual_readme_content.md' | |
tags-ignore: | |
- '**' | |
branches-ignore: | |
- next | |
- main | |
jobs: | |
generate-doc: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: 'phantomcyber/dev-cicd-tools/github-actions/generate-doc@main' | |
with: | |
GITHUB_TOKEN: ${{ secrets.SOAR_APPS_TOKEN }} |