Skip to content

Commit

Permalink
#95 Update to Hugo 0.53 and fix deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
Quicksaver committed Jan 9, 2019
1 parent 6b25e1d commit 1c7e696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
# Production context: All deploys to the main
# repository branch will inherit these settings.
[context.production.environment]
HUGO_VERSION = "0.52.0"
HUGO_VERSION = "0.53"
YARN_VERSION = "1.12.3"
YARN_FLAGS = "--no-ignore-optional"

# Deploy Preview context: All Deploy Previews
# will inherit these settings.
[context.deploy-preview.environment]
HUGO_VERSION = "0.52.0"
HUGO_VERSION = "0.53"
YARN_VERSION = "1.12.3"
YARN_FLAGS = "--no-ignore-optional"

# Branch Deploy context: All Branch Deploys
# will inherit these settings.
[context.branch-deploy.environment]
HUGO_VERSION = "0.52.0"
HUGO_VERSION = "0.53"
YARN_VERSION = "1.12.3"
YARN_FLAGS = "--no-ignore-optional"

Expand Down

0 comments on commit 1c7e696

Please sign in to comment.