forked from auracaster/pyalsaaudio
ci: install uv
This commit is contained in:
committed by
Lars Immisch
parent
f6f53ce92a
commit
e3e51cc34d
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@@ -6,10 +6,11 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Publish latest documentation
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
- name: Install uv
|
||||||
|
uses: astral-sh/setup-uv@v6
|
||||||
- name: Build HTML documentation
|
- name: Build HTML documentation
|
||||||
run: make -C doc html
|
run: make -C doc html
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user