Skip to content

Commit a7527e3

Browse files
committed
Update docs.yml
1 parent 4280f38 commit a7527e3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
version: "0.9.13"
3232
python-version: '3.11'
3333

34+
- name: Install system dependencies
35+
run: |
36+
sudo apt-get update
37+
sudo apt-get install -y pandoc
38+
3439
- name: Install dependencies
3540
run: |
3641
uv sync --extra docs

0 commit comments

Comments
 (0)