Skip to content

Commit e19a152

Browse files
committed
Publish docs to oxia-db.github.io
1 parent 751dc25 commit e19a152

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
- name: Update latest symlink
6363
uses: peaceiris/actions-gh-pages@v4
6464
with:
65-
github_token: ${{ secrets.GITHUB_TOKEN }}
65+
personal_token: ${{ secrets.PAGES_DEPLOY_TOKEN }}
66+
external_repository: oxia-db/oxia-db.github.io
67+
publish_branch: main
6668
publish_dir: ./docs/api
67-
destination_dir: latest
69+
destination_dir: public/oxia-client-python/latest
6870
keep_files: false # Replace latest with new version

pydoctor.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ add-package = ./src/oxia
77
docformat = epytext
88
process-types = True
99
privacy =
10-
HIDDEN:oxia.internal.**
10+
HIDDEN:oxia.internal
1111
HIDDEN:oxia.client_test
1212
HIDDEN:oxia.client
1313
HIDDEN:oxia.defs

0 commit comments

Comments
 (0)