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 3030 mkdocs-material-
3131
3232 - 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 2222 run : uv python install 3.12
2323
2424 - name : Build
25- run : uv build
25+ run : uv build --frozen
2626
2727 - name : Upload artifacts
2828 uses : actions/upload-artifact@v4
7979 mkdocs-material-
8080
8181 - 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 4444 run : uv sync --frozen --all-extras --python ${{ matrix.python-version }}
4545
4646 - name : Run pytest
47- run : uv run --no-sync pytest
47+ run : uv run --frozen -- no-sync pytest
4848 continue-on-error : true
You can’t perform that action at this time.
0 commit comments