We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dab78d commit 845441eCopy full SHA for 845441e
1 file changed
.github/workflows/docs.yml
@@ -12,9 +12,10 @@ jobs:
12
environment: docs
13
steps:
14
- name: Checkout fish-audio-python
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
with:
17
path: sdk
18
+ persist-credentials: false
19
20
- name: Install uv
21
uses: astral-sh/setup-uv@v7
@@ -30,10 +31,11 @@ jobs:
30
31
run: uv run pydoc-markdown
32
33
- name: Checkout docs
34
35
36
repository: ${{ vars.DOCS_REPO }}
37
path: docs
38
39
40
- name: Copy generated documentation
41
run: uv run python sdk/scripts/copy_docs.py sdk docs
0 commit comments