Skip to content

Merge pull request #136 from hugtalbot/202407_clean_doc #6

Merge pull request #136 from hugtalbot/202407_clean_doc

Merge pull request #136 from hugtalbot/202407_clean_doc #6

Workflow file for this run

name: Trigger DocGenerateAndPublish Workflow
on:
workflow_dispatch:
push:
branches:
- master
jobs:
trigger_workflow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: gh workflow run DocGenerateAndPublish --ref gen
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}