Skip to content

feat(mubu): add Mubu adapter with 5 commands (#964) #132

feat(mubu): add Mubu adapter with 5 commands (#964)

feat(mubu): add Mubu adapter with 5 commands (#964) #132

Workflow file for this run

name: Trigger Website Rebuild (Docs Updated)
on:
push:
branches: [main]
paths: ['docs/**']
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger opencli-website rebuild
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
repository: jackwener/opencli-website
event-type: docs-updated