Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
with:
repository: lancedb/lance-ray
path: lance-ray
- name: Checkout lance-huggingface
uses: actions/checkout@v4
with:
repository: lance-format/lance-huggingface
path: lance-huggingface
- name: Checkout lance-namespace-impls
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -84,6 +89,12 @@ jobs:
cat >> docs/src/integrations/.pages << 'EOF'
- Ray: ray
EOF
- name: Copy lance-huggingface docs
run: |
cp -r lance-huggingface/docs/src docs/src/integrations/huggingface
cat >> docs/src/integrations/.pages << 'EOF'
- Huggingface: huggingface
EOF
- name: Copy contributing docs
run: |
mkdir -p docs/src/community/project-specific/lance
Expand Down
15 changes: 0 additions & 15 deletions docs/src/integrations/huggingface.md

This file was deleted.