Commit fcf925a
fix(docs): correct publish_dir for Astro Starlight deploy (#904)
## Summary
- Fixed the `publish_dir` in the docs workflow from `docs/dist/any-llm`
to `docs/dist`
- Astro's `base` config only affects URL prefixing, not the build output
directory, so the deploy was copying from a non-existent path and
pushing an empty site to gh-pages
## Test plan
- [ ] Merge to main and verify the docs workflow deploys HTML to
gh-pages
- [ ] Confirm https://mozilla-ai.github.io/any-llm/ loads correctly
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent a57f309 commit fcf925a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
0 commit comments