Skip to content

docs(soar): Document the current state of it, after its rewrite #162

docs(soar): Document the current state of it, after its rewrite

docs(soar): Document the current state of it, after its rewrite #162

name: rebuild-website
on:
push:
branches:
- main
paths: # only rebuild when related files change
- "**.md"
- "**.yml"
- "**.json"
- "**.tsp"
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
rebuild-website:
name: Trigger deploy hooks
runs-on: ubuntu-latest
if: github.repository == 'blue-build/modules'
env:
SCHEMAS_DEPLOY_HOOK: ${{ secrets.SCHEMAS_DEPLOY_HOOK }}
steps:
- run: |
echo "schemas:"
curl -X POST -d {} "${SCHEMAS_DEPLOY_HOOK}"