mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix website build
Fix 'run' function call so that parameters are passed properly to the function. PiperOrigin-RevId: 346929952
This commit is contained in:
@@ -371,7 +371,7 @@ WEBSITE_PROJECT := gvisordev
|
||||
WEBSITE_REGION := us-central1
|
||||
|
||||
website-build: load-jekyll ## Build the site image locally.
|
||||
@$(call run,//website:website $(WEBSITE_IMAGE))
|
||||
@$(call run,//website:website,$(WEBSITE_IMAGE))
|
||||
.PHONY: website-build
|
||||
|
||||
website-server: website-build ## Run a local server for development.
|
||||
|
||||
Reference in New Issue
Block a user