Skip to content

Commit 9416e23

Browse files
committed
chore: Fix the generated docs
1 parent 2eb9cba commit 9416e23

File tree

3 files changed

+3
-1202
lines changed

3 files changed

+3
-1202
lines changed

.github/workflows/docs-action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,15 @@ jobs:
5959
rm -rf /tmp/protoc \
6060
6161
- name: Install poetry dependencies
62-
run: poetry install --with docs
62+
run: uv sync
6363

6464
- name: Build docs
6565
env:
6666
DOCSBRANCH: "gh-pages"
6767
DOCSREMOTE: "origin"
6868
GITHUB_TOKEN: "${{ secrets.GH_PAGES_PAT }}"
6969
run: mkdir -p ${GITHUB_WORKSPACE}/site/
70-
- run: cd docs && poetry run mkdocs build --verbose --strict --clean --site-dir=${GITHUB_WORKSPACE}/site/
71-
- run: poetry run pdoc -o ${GITHUB_WORKSPACE}/site/py glclient
70+
- run: cd docs && uv run mkdocs build --verbose --strict --clean --site-dir=${GITHUB_WORKSPACE}/site/
7271

7372
- name: Deploy
7473
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)