Skip to content

Commit

Permalink
Fixed a bug with gen doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skymen committed Jan 17, 2025
1 parent bc4766b commit 8493c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/generateDocumentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default async function generateDocumentation() {
readme.push(`<b><u>Website:</u></b> ${config.website} <br>`);
}
if (publishConfig && publishConfig.addonUrl !== "") {
readme.push(`<b><u>Addon Url:</u></b> ${config.addonUrl} <br>`);
readme.push(`<b><u>Addon Url:</u></b> ${publishConfig.addonUrl} <br>`);
}
//add link to c3ide2-framework
readme.push(
Expand Down

0 comments on commit 8493c62

Please sign in to comment.