File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
mkdocs-material-
31
31
32
32
- run : uv sync --frozen --group docs
33
- - run : uv run --no-sync mkdocs gh-deploy --force
33
+ - run : uv run --frozen -- no-sync mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 22
22
run : uv python install 3.12
23
23
24
24
- name : Build
25
- run : uv build
25
+ run : uv build --frozen
26
26
27
27
- name : Upload artifacts
28
28
uses : actions/upload-artifact@v4
79
79
mkdocs-material-
80
80
81
81
- run : uv sync --frozen --group docs
82
- - run : uv run --no-sync mkdocs gh-deploy --force
82
+ - run : uv run --frozen -- no-sync mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 44
44
run : uv sync --frozen --all-extras --python ${{ matrix.python-version }}
45
45
46
46
- name : Run pytest
47
- run : uv run --no-sync pytest
47
+ run : uv run --frozen -- no-sync pytest
48
48
continue-on-error : true
You can’t perform that action at this time.
0 commit comments