Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit d2eab6c

Browse files
committed
Remove 'invoke' stuff
1 parent 06372ab commit d2eab6c

4 files changed

Lines changed: 128 additions & 261 deletions

File tree

.github/workflows/doc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ jobs:
1919
with:
2020
python-version: "3.10"
2121

22+
- uses: extractions/setup-just@v1
23+
2224
- name: Install and configure poetry
2325
run: |
2426
python -m pip install poetry
2527
2628
- name: Prepare project for development
2729
run: |
28-
python -m poetry install
30+
just setup
2931
3032
- name: Build documentation
3133
run: |
32-
poetry run invoke sphinx
34+
just build-doc

0 commit comments

Comments
 (0)