docs: auto-build refactored namespace integrations doc#5562
docs: auto-build refactored namespace integrations doc#5562jackye1995 merged 1 commit intolance-format:mainfrom
Conversation
Code ReviewP1: Potential Build Failure - Missing DirectoryThe workflow copies files to cp lance-namespace-impls/docs/src/hive2.md docs/src/format/namespace/integrations/The Suggested fix: Add - name: Copy lance-namespace-impls docs
run: |
# Ensure the integrations directory exists
mkdir -p docs/src/format/namespace/integrations
# Copy implementation specs...Minor: Ordering ConsiderationThe "Copy lance-namespace-impls docs" step should run after "Copy lance-namespace docs" since it depends on that directory structure. Currently in the diff it appears after the checkout but before the copy steps, which would fail. Please verify the final ordering in the workflow. Otherwise the structure looks good for aggregating docs from the refactored namespace-impls repo. |
…5562) Integrations are refactored to repo https://github.com/lance-format/lance-namespace-impls Will be built to `https://lance.org/format/namespace/integrations`
…5562) Integrations are refactored to repo https://github.com/lance-format/lance-namespace-impls Will be built to `https://lance.org/format/namespace/integrations`
Integrations are refactored to repo https://github.com/lance-format/lance-namespace-impls
Will be built to
https://lance.org/format/namespace/integrations