Skip to content

Commit e71f8df

Browse files
mithr4ndirChris Ladino
authored andcommitted
Apply review suggestions: remove uv pin, disable cache, add workflow self-trigger
1 parent c6b59ca commit e71f8df

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
- main
77
paths:
88
- "doc/**"
9+
- ".github/workflows/docs.yaml"
910
- "pyproject.toml"
1011
pull_request:
1112
paths:
1213
- "doc/**"
14+
- ".github/workflows/docs.yaml"
1315
workflow_dispatch:
1416

1517
permissions: {}
@@ -35,9 +37,8 @@ jobs:
3537
- name: Set up uv
3638
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
3739
with:
38-
version: ">=0.9.11,<0.10.0"
3940
python-version: "3.12"
40-
prune-cache: false
41+
enable-cache: false
4142

4243
- name: Install pandoc
4344
run: sudo apt-get update && sudo apt-get install -y pandoc

0 commit comments

Comments
 (0)