Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [build]
- publish = "public"
- command = "make prepare && hugo --source demo --baseURL $URL"
- [context.production.environment]
- HUGO_VERSION = "0.73.0"
- [context.deploy-preview]
- command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
- [context.deploy-preview.environment]
- HUGO_VERSION = "0.73.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement