Skip to content

Commit c4f2855

Browse files
committed
Make sure the local version of hugo is installed
Docsy requires a specific older version of hugo. Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
1 parent e61506c commit c4f2855

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
# See also: package.json
44
NPM ?= npm
55

6-
build serve: _output/docsy
6+
build serve: _output/docsy node_modules/.bin/hugo
77
$(NPM) run $@
88

99
_output/docsy:
1010
$(MAKE) -C .. docsy
1111

12+
node_modules/.bin/hugo:
13+
$(NPM) install
14+
1215
clean:
1316
$(NPM) run $@
1417
rm -Rf _output

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy