We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751dc25 commit e19a152Copy full SHA for e19a152
.github/workflows/publish-docs.yaml
@@ -62,7 +62,9 @@ jobs:
62
- name: Update latest symlink
63
uses: peaceiris/actions-gh-pages@v4
64
with:
65
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ personal_token: ${{ secrets.PAGES_DEPLOY_TOKEN }}
66
+ external_repository: oxia-db/oxia-db.github.io
67
+ publish_branch: main
68
publish_dir: ./docs/api
- destination_dir: latest
69
+ destination_dir: public/oxia-client-python/latest
70
keep_files: false # Replace latest with new version
pydoctor.ini
@@ -7,7 +7,7 @@ add-package = ./src/oxia
7
docformat = epytext
8
process-types = True
9
privacy =
10
- HIDDEN:oxia.internal.**
+ HIDDEN:oxia.internal
11
HIDDEN:oxia.client_test
12
HIDDEN:oxia.client
13
HIDDEN:oxia.defs
0 commit comments