Skip to content

Commit

Permalink
update branch deploy build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jerdog committed Feb 29, 2024
1 parent 9a9ccab commit 7d610a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
command = "hugo --gc --buildFuture -b $DEPLOY_PRIME_URL"

[context.branch-deploy]
command = "hugo --gc -b $DEPLOY_PRIME_URL"
command = "hugo --cleanDestinationDir --gc --buildFuture -b $DEPLOY_PRIME_URL"

[context.next.environment]
HUGO_ENABLEGITINFO = "true"
Expand Down

0 comments on commit 7d610a6

Please sign in to comment.