Use cache to stop ratelimit from github
This commit is contained in:
parent
00e8406ea4
commit
5fdb4f9817
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ build: install
|
|||
$(NODE_BIN)/node-sass $(STATIC_SRC)/scss/style.scss $(STATIC_BUILD)/css/style.css --source-map-embed
|
||||
cp -r $(BASEDIR)/node_modules/font-awesome/fonts $(STATIC_BUILD)/fonts
|
||||
cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img
|
||||
@hugo -vDEF --ignoreCache
|
||||
@hugo -vDEF
|
||||
|
||||
server: build
|
||||
hugo server
|
||||
|
|
Loading…
Reference in a new issue