Skip to content

Commit 2fb8b83

Browse files
committed
Deploy MkDocs site with GitHub Pages
1 parent 43528b7 commit 2fb8b83

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CI
22

33
on:
44
push:
5+
branches: [main]
56
pull_request:
7+
branches: [main]
68

79
jobs:
810
build-and-test:

.github/workflows/pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy docs
22

33
on:
44
push:
5-
branches: [dev-filter]
5+
branches: [main]
66
workflow_dispatch:
77

88
permissions:
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/setup-python@v5
2323
with:
2424
python-version: "3.12"
25+
- uses: actions/configure-pages@v5
2526
- name: Install MkDocs Material
2627
run: pip install mkdocs-material
2728
- name: Build site

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
site_name: PipeANN
22
site_description: Low-latency, billion-scale, updatable graph-based vector store on SSD
3+
site_url: https://thustorage.github.io/PipeANN/
34
repo_url: https://github.com/thustorage/PipeANN
45
repo_name: thustorage/PipeANN
56
edit_uri: edit/main/docs/

0 commit comments

Comments
 (0)