Build is triggered twice

Briefly summarize the issues you have been experiencing.
I configured my site to build on pushing from Gitlab. However, whenever I push the site gets built twice.

Please provide a link to your live site hosted on Netlify
https://www.mydigitaltoolbox.pro/

What have you tried as far as troubleshooting goes? Do you have an idea what is causing the problem?
I tried to reconnect the GitLab repository, but the result is still the same.

Thank you for your help in advance.

Check your WebHook settings at your Git provider to be sure you don’t have any duplicate Netlify webhooks (looking like https://api.netlify.com/hooks/gitprovidername) - you need only ONE of those per repo!

2 Likes

Thank you. That solved my problem.

1 Like

Hi there, you already solved your problem., but i am leaving this here in case someone else finds it useful: