Skip to content

Update 10_Physics_integration.md #12

Update 10_Physics_integration.md

Update 10_Physics_integration.md #12

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 }}