Skip to content

Commit 0ff499f

Browse files
committed
build: uv run no longer accepts bash input
1 parent de9742a commit 0ff499f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ api: ensure-dev
3737
build: ensure-dev
3838
CURRENT_YEAR=$(CURRENT_YEAR) \
3939
PROJECT_VERSION=$(PROJECT_VERSION) \
40-
$(UV) tool run --with ../ \
4140
$(QUARTO) render
4241

4342
clean:
@@ -48,12 +47,12 @@ _extensions/posit-dev/posit-docs/_extension.yml:
4847
$(QUARTO) add --no-prompt posit-dev/[email protected]
4948
_extensions/machow/interlinks/_extension.yml:
5049
$(QUARTO) add --no-prompt machow/quartodoc
50+
5151
deps: ensure-dev _extensions/posit-dev/posit-docs/_extension.yml _extensions/machow/interlinks/_extension.yml
5252

5353
preview: ensure-dev
5454
CURRENT_YEAR=$(CURRENT_YEAR) \
5555
PROJECT_VERSION=$(PROJECT_VERSION) \
56-
$(UV) tool run --with ../ \
5756
$(QUARTO) preview
5857

5958
deploy:

0 commit comments

Comments
 (0)