Skip to content

Commit

Permalink
chore: fix Netlify error
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Nov 6, 2024
1 parent b3389bf commit c76caf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/deploy-netlify.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const MAX_RETRIES = 5;
}

if (config.branch === 'main') {
config.branch = null;
config.branch = undefined;
}

const files = await listFilesWithHashes(config.rootFolder, config.exclude, 'sha1');
Expand Down

0 comments on commit c76caf1

Please sign in to comment.