Skip to content

Split several systems into more top level sections #13

Split several systems into more top level sections

Split several systems into more top level sections #13

Workflow file for this run

name: Sync Docs
on:
push:
branches: [master]
paths: ['docs/**']
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Trigger docs sync
run: |
curl -s -X POST \
-H "Authorization: Bearer ${{ secrets.DOCS_WEBHOOK_SECRET }}" \
-H "Content-Type: application/json" \
-d '{}' \
https://services.facepunch.com/sbox/webhook/incoming/docs