Skip to content

Commit

Permalink
Fix netlify build (#236)
Browse files Browse the repository at this point in the history
* fix netlify build

* fix hugo version

* fix build
  • Loading branch information
roblaszczak authored Aug 4, 2021
1 parent e1fb767 commit 140c942
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ googleAnalytics = "UA-128588911-2"
name = "Support"
weight = 0
url = "/support/"

[markup]
defaultMarkdownHandler = 'blackfriday'

6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
publish = "docs/public/"

[context.production.environment]
HUGO_VERSION = "0.53"
HUGO_VERSION = "0.87.0"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"

[context.deploy-preview.environment]
HUGO_VERSION = "0.53"
HUGO_VERSION = "0.87.0"
HUGO_ENABLEGITINFO = "true"

[context.branch-deploy.environment]
HUGO_VERSION = "0.53"
HUGO_VERSION = "0.87.0"
HUGO_ENABLEGITINFO = "true"

0 comments on commit 140c942

Please sign in to comment.