Skip to content

Commit c139c6f

Browse files
committed
chore: stubbed workflow
1 parent 7ba2871 commit c139c6f

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Notify Documentation Update
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- "docs/**"
8+
9+
jobs:
10+
notify-docs:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Trigger docs repository workflow
14+
run: echo "Triggering docs repository workflow not yet implemented"
15+
# uses: peter-evans/repository-dispatch@v2
16+
# with:
17+
# token: ${{ secrets.DOCS_REPO_PAT }}
18+
# repository: dreadnode/prod-docs
19+
# event-type: code-update
20+
# client-payload: '{"repository": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "product": "sdk"}'

0 commit comments

Comments
 (0)