We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb9cba commit 9416e23Copy full SHA for 9416e23
.github/workflows/docs-action.yml
@@ -59,16 +59,15 @@ jobs:
59
rm -rf /tmp/protoc \
60
61
- name: Install poetry dependencies
62
- run: poetry install --with docs
+ run: uv sync
63
64
- name: Build docs
65
env:
66
DOCSBRANCH: "gh-pages"
67
DOCSREMOTE: "origin"
68
GITHUB_TOKEN: "${{ secrets.GH_PAGES_PAT }}"
69
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
+ - run: cd docs && uv run mkdocs build --verbose --strict --clean --site-dir=${GITHUB_WORKSPACE}/site/
72
73
- name: Deploy
74
uses: peaceiris/actions-gh-pages@v3
0 commit comments