Skip to content

Commit

Permalink
[GitHub] Add an action to trigger doc generation and publication
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Aug 1, 2024
1 parent 930658e commit 3210ecf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/trigger-doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Trigger DocGenerateAndPublish Workflow

on:
workflow_dispatch:
push:
branches:
- master

jobs:
trigger_workflow:
runs-on: ubuntu-latest
steps:
- run: gh workflow run DocGenerateAndPublish --ref gen
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3210ecf

Please sign in to comment.