Skip to content

Commit c18345e

Browse files
committed
Remove target html dependency on deps, to fix netlify build
1 parent 3ee76c9 commit c18345e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ docs/volto:
5050
deps: bin/python docs/volto
5151

5252
.PHONY: html
53-
html: deps # Build html
53+
html: # Build html
5454
cd $(DOCS_DIR) && $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
5555
@echo
5656
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

0 commit comments

Comments
 (0)