Skip to content

Commit acdcfc9

Browse files
tweak Makefile
1 parent a0920b4 commit acdcfc9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ test: build
3434
pack: restore
3535
dotnet pack --no-restore --configuration $(CONFIGURATION)
3636

37-
generate-docs: restore
38-
dotnet build --no-restore --configuration Release
37+
generate-docs: build
3938
dotnet docfx $(DOCS_PATH)/docfx.json --warningsAsErrors true
4039

4140
serve-docs: generate-docs

0 commit comments

Comments
 (0)