Skip to content

Commit 73ebd7c

Browse files
Merge pull request #168 from adambkaplan/fix-makefile
fix: Remove Docsy from Makefile
2 parents bdf2906 + edd3d6b commit 73ebd7c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ install: ## install dependencies
1919
npm install
2020
hugo mod get
2121
hugo mod graph
22-
hugo mod get github.com/google/docsy
2322

2423
.PHONY: netlify
2524
netlify:
@@ -33,11 +32,11 @@ netlify-preview: ## build a preview of the site for Netlify
3332

3433
.PHONY: serve
3534
serve: ## serve the content locally for testing
36-
hugo -t docsy server
35+
hugo server
3736

3837
.PHONY: serve-preview
3938
serve-preview: ## serve the preview content locally for testing
40-
hugo -t docsy server -F
39+
hugo server -F
4140

4241
.PHONY: bin-dir
4342
bin-dir: ## Creates a local "bin" directory for helper applications.

0 commit comments

Comments
 (0)