Build problems:Hugo blogdown Site deploy failed

Hello,help! Hugo blogdown Site deploy failed
my netlify site name: yujunhao.netlify.app

9:43:13 PM: Build ready to start
9:43:15 PM: build-image version: 3031d4c9e432fd7016f6279fc9ad706f9205d845
9:43:15 PM: build-image tag: v3.3.17
9:43:15 PM: buildbot version: 1f35b3abd6e2bf5230d8edf68072840fdec1513f
9:43:16 PM: Fetching cached dependencies
9:43:16 PM: Failed to fetch cache, continuing with build
9:43:16 PM: Starting to prepare the repo for build
9:43:16 PM: No cached dependencies found. Cloning fresh repo
9:43:16 PM: git clone https://github.com/yudefreesky/yujunhao.me
9:43:17 PM: Preparing Git Reference refs/heads/master
9:43:18 PM: Failing build: Failed to parse configuration
9:43:18 PM: Failed during stage ‘Reading and parsing configuration files’: When resolving config file /opt/build/repo/netlify.toml:Could not parse configuration fileExpected “#”, “'”, “[”, “"”, “\n”, “\r”, [ \t], [A-Za-z0-9_-] or end of input but “<” found.: exit status 1
9:43:18 PM: Finished processing build request in 2.368021648s

netlify.toml
[build]
publish = “public”
command = “hugo”
# build a preview of the site [hugo --buildFuture]
[context.deploy-preview]
command = “hugo --buildFuture”
# The default version you use for production if you don’t use context
[build.environment]
<<<<<<< HEAD
HUGO_VERSION = “0.73.0”
# The version you use for production
[context.production.environment]
HUGO_VERSION = “0.73.0”
# you can lock a version of hugo for a deploy preview
[context.deploy-preview.environment]
HUGO_VERSION = “0.73.0”
# you can lock a version of hugo for a branch-deploy (other than previews)
[context.branch-deploy.environment]
HUGO_VERSION = “0.73.0”

This doesn’t look quite right, in your netlify.toml!

Hello, should I delete <<<<<<< HEAD ?

I think so! It doesn’t look like correct .toml file syntax :slight_smile:

Hi,it works!Thnak you very much!

1 Like

Hi,could you please tell me how to close my question,thanks!

Hey, your topic will be marked as ‘answered’ – there’s no need to close the topic (just in case somebody else would like to contribute).

OK,thank you very much.