Skip to content

Commit

Permalink
chore(website,makefile): Fix the tracked pre-requisites to rebuild th…
Browse files Browse the repository at this point in the history
…e website (#783)
  • Loading branch information
theofidry authored Jan 9, 2023
1 parent 549ae2a commit 9bbd313
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 @@ -272,7 +272,7 @@ serve:


.PHONY: website
website: doc
website: mkdocs.yaml $(shell find doc)
mkdocs build


Expand Down

0 comments on commit 9bbd313

Please sign in to comment.