Skip to content

Commit fcf925a

Browse files
njbrakeclaude
andauthored
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
uses: peaceiris/actions-gh-pages@v4
7979
with:
8080
github_token: ${{ secrets.GITHUB_TOKEN }}
81-
publish_dir: docs/dist/any-llm
81+
publish_dir: docs/dist

0 commit comments

Comments
 (0)