Skip to content

Commit

Permalink
Fix make site not picking up new hugo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr authored and medyagh committed Apr 18, 2024
1 parent 9eb716d commit 65aa0cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,7 @@ endif
site/themes/docsy/assets/vendor/bootstrap/package.js: ## update the website docsy theme git submodule
git submodule update -f --init

.PHONY: out/hugo/hugo
out/hugo/hugo:
mkdir -p out
(cd site/themes/docsy && npm install)
Expand Down

0 comments on commit 65aa0cb

Please sign in to comment.