Skip to content

Merge pull request #153 from cipherstash/feat/gh-workflow-docs-publish #1

Merge pull request #153 from cipherstash/feat/gh-workflow-docs-publish

Merge pull request #153 from cipherstash/feat/gh-workflow-docs-publish #1

Workflow file for this run

name: Rebuild Docs
on:
push:
tags:
- 'eql-*'
jobs:
trigger-docs-rebuild:
name: Trigger Docs Rebuild
runs-on: ubuntu-latest
steps:
- name: Send webhook
env:
WEBHOOK_URL: ${{ secrets.DOCS_WEBHOOK_URL }}
run: |
curl -X POST "$WEBHOOK_URL"