Skip to content

Commit 8816a9c

Browse files
Don't run lake update when building the documentation
1 parent 59fefb9 commit 8816a9c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ build:
1010
$(LAKEBIN) exe cache get
1111
$(LAKEBIN) build
1212

13-
doc: .lake/packages/doc-gen4
13+
doc:
1414
$(LAKEBIN) -R -Kenv=dev build $(PROJECT):docs
15-
.lake/packages/doc-gen4:
16-
$(LAKEBIN) -R -Kenv=dev update
1715
clean-doc:
1816
rm -rf .lake/build/doc/*
1917

0 commit comments

Comments
 (0)