File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 19
19
timeout-minutes : 5
20
20
steps :
21
21
- uses : actions/checkout@v5
22
- - name : Set up uv
23
- shell : bash
24
- run : pipx install uv
22
+ - name : Set up uv with caching enabled
23
+ uses : astral-sh/setup-uv@v6
24
+ with :
25
+ enable-cache : true
25
26
- name : Set up Python ${{ matrix.python-version }}
26
27
uses : actions/setup-python@v5
27
28
with :
Original file line number Diff line number Diff line change 24
24
path : .cache
25
25
restore-keys : |
26
26
mkdocs-material-
27
- - name : Set up uv
28
- shell : bash
29
- run : pipx install uv
27
+ - name : Set up uv with caching enabled
28
+ uses : astral-sh/setup-uv@v6
29
+ with :
30
+ enable-cache : true
30
31
- run : make install-deps-docs
31
32
- run : uv run mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 48
48
timeout-minutes : 5
49
49
steps :
50
50
- uses : actions/checkout@v5
51
- - name : Set up uv
52
- shell : bash
53
- run : pipx install uv
51
+ - name : Set up uv with caching enabled
52
+ uses : astral-sh/setup-uv@v6
53
+ with :
54
+ enable-cache : true
54
55
- name : Set up Python 3.13
55
56
uses : actions/setup-python@v5
56
57
with :
Original file line number Diff line number Diff line change 22
22
timeout-minutes : 5
23
23
steps :
24
24
- uses : actions/checkout@v5
25
- - name : Set up uv
26
- shell : bash
27
- run : pipx install uv
25
+ - name : Set up uv with caching enabled
26
+ uses : astral-sh/setup-uv@v6
27
+ with :
28
+ enable-cache : true
28
29
- name : Set up Python ${{ matrix.python-version }}
29
30
uses : actions/setup-python@v5
30
31
with :
You can’t perform that action at this time.
0 commit comments