Skip to content

Commit

Permalink
docs: Fix docs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Feb 6, 2022
1 parent b34b4d8 commit 61c1ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ snapshot: ; $(info $(M) creating snapshot…) @ ## Run goreleaser snapshot
.PHONY: docs
docs: build; $(info $(M) generating documentation…) @ ## Generate documentation
$Q ./install.sh --dir .
$Q cd docs && KITSCH=$(CURDIR)/kitsch npm run build
$Q cd docs && npm install && KITSCH=$(CURDIR)/kitsch npm run build
$Q cp $(CURDIR)/install.sh $(CURDIR)/docs/build/install.sh
$Q $(CURDIR)/kitsch version > $(CURDIR)/docs/build/latest-version.txt

Expand Down

0 comments on commit 61c1ef4

Please sign in to comment.