Skip to content

Commit

Permalink
Create trigger-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgk- authored Apr 9, 2024
1 parent 6a60219 commit 439c562
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/trigger-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: trigger-docs

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT }}
repository: peartreegames/website
event-type: doc-update
client-payload: '{"ref": "${{ github.ref }}"}'

0 comments on commit 439c562

Please sign in to comment.