Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/docs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,15 @@ jobs:
rm -rf /tmp/protoc \

- name: Install poetry dependencies
run: poetry install --with docs
run: uv sync

- name: Build docs
env:
DOCSBRANCH: "gh-pages"
DOCSREMOTE: "origin"
GITHUB_TOKEN: "${{ secrets.GH_PAGES_PAT }}"
run: mkdir -p ${GITHUB_WORKSPACE}/site/
- run: cd docs && poetry run mkdocs build --verbose --strict --clean --site-dir=${GITHUB_WORKSPACE}/site/
- 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/

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
Loading
Loading