Skip to content

docs: 문서 구조 개편 #16

docs: 문서 구조 개편

docs: 문서 구조 개편 #16

name: Trigger Docs Sync
on:
push:
branches:
- master
paths:
- "docs/content/**"
jobs:
trigger-sync:
runs-on: ubuntu-latest
steps:
- name: Trigger DmSite sync
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.DMSITE_TRIGGER_TOKEN }}" \
https://api.github.com/repos/DmNote-App/DmSite/dispatches \
-d '{"event_type":"docs-updated"}'