Skip to content

Commit

Permalink
change hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangchangsh committed Mar 15, 2022
1 parent 0dad6f5 commit 08b60bd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions themes/hugo-tania/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[build]
publish = "exampleSite/public"

[build.environment]
HUGO_VERSION = "0.74.3"
HUGO_THEME = "repo"

[context.production]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}"
[context.production.environment]
HUGO_ENV = "production"

[context.branch-deploy]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"

[context.deploy-preview]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
[build]
publish = "exampleSite/public"

[build.environment]
HUGO_VERSION = "0.78.0"
HUGO_THEME = "repo"

[context.production]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}"
[context.production.environment]
HUGO_ENV = "production"

[context.branch-deploy]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"

[context.deploy-preview]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"

0 comments on commit 08b60bd

Please sign in to comment.