# sync-agent-docs > Sync agent-docs repo to the fireworks repo - Author: Aidan Do - Repository: aidando73/agent-docs - Version: 20260207190852 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/aidando73/agent-docs - Web: https://mule.run/skillshub/@@aidando73/agent-docs~sync-agent-docs:20260207190852 --- --- name: sync-agent-docs description: Sync agent-docs repo to the fireworks repo disable-model-invocation: true --- **Important:** `agent-docs/` is a **separate git repo**. Commit from inside it. 1. First commit any changes that have been made under agent-docs/: ```bash cd agent-docs git status # Stage everything except generated content (e.g., do not commit pr_diffs/) git add git commit -m "Update agent-docs" git push ``` 2. Then sync the agent-docs repo to the fireworks repo (run from fireworks root): ```bash cd "$FIREWORKS_DIR" source ~/.bashrc && gh api repos/aidando73/agent-docs/contents/scripts/setup.sh --jq '.content' | base64 -d | bash ```