Skip to content

Updated Decals class documentation #85

Updated Decals class documentation

Updated Decals class documentation #85

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://public.facepunch.com/sbox/webhook/incoming/docs