feat: add updatedoc caller

This commit is contained in:
jdevito
2025-01-31 08:23:32 -06:00
parent 85d2e4e1dc
commit eee7822de0

View File

@@ -0,0 +1,14 @@
name: Generate README
on:
push:
branches-ignore:
- 'robot-docs'
jobs:
call-update-readme:
uses: PepperDash/workflow-templates/.github/workflows/update-readme.yml@development
with:
target-branch: ${{ github.ref_name }}