Skip to content

Commit

Permalink
Correct makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten-nist committed Jan 29, 2024
1 parent e838e23 commit 8bdd5ff
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 @@ -20,7 +20,7 @@ clean: clean-site clean-linkcheck ## Clean all
SITE_OUTPUT_DIR:=src/public

.PHONY: serve
serve: modeldoc release-assets ## Spin up a static web server for local dev
serve: ## Spin up a static web server for local dev
cd src; hugo serve

.PHONY: site
Expand Down

0 comments on commit 8bdd5ff

Please sign in to comment.