Skip to content

Commit

Permalink
update make ensure
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 committed May 14, 2024
1 parent 529dce9 commit 34f50e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ clean:
.PHONY: ensure
ensure: clean
./scripts/ensure.sh
$(MAKE) build-assets

.PHONY: serve
serve:
Expand Down
1 change: 0 additions & 1 deletion scripts/serve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ export REL_JS_BUNDLE="/js/bundle.min.${ASSET_BUNDLE_ID}.js"
# URL to the Pulumi conversion service.
export PULUMI_CONVERT_URL="${PULUMI_CONVERT_URL:-$(pulumi stack output --stack pulumi/tf2pulumi-service/production url)}"

hugo mod get github.com/pulumi/pulumi-hugo/themes/default@281e41d7e8bdc098e91ab4f27a6e6a25bbcd878b
hugo server --buildDrafts --buildFuture --renderToDisk

0 comments on commit 34f50e4

Please sign in to comment.