Skip to content

chore: update documentation again #44

chore: update documentation again

chore: update documentation again #44

name: Signal Documentation Change
on:
workflow_dispatch:
push:
branches:
- Master
permissions:
contents: write
jobs:
update-documentation:
runs-on: ubuntu-latest
steps:
- name: Dcumentation Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }}
repository: DiscordLuau/Discord-Luau-Site
event-type: update-documentation
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'