Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
chore: build docs with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Oct 11, 2024
1 parent 05662fc commit 6cd01bd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/Pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: develop

- name: Setup Rye
uses: eifinger/setup-rye@v4
- name: Setup UV
uses: astral-sh/setup-uv@v3

- name: Install dependencies
run: rye sync
run: uv sync --only-dev

- name: Build
run: rye run mkdocs build -d site -s
run: uvx mkdocs build -d site -s

- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 6cd01bd

Please sign in to comment.