Skip to content

refactor: streamline agents and remove everything MCP tool #4

refactor: streamline agents and remove everything MCP tool

refactor: streamline agents and remove everything MCP tool #4

Workflow file for this run

name: Publish Wiki
on:
push:
branches: [ main ]
paths:
- 'wiki-pages/**'
- '.github/workflows/wiki-deploy.yml'
concurrency:
group: publish-wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
publish-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Move wiki pages to wiki/ folder
run: |
mkdir -p wiki
cp wiki-pages/*.md wiki/
- uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
path: wiki
commit-message: "Update wiki ${{ github.sha }}"