Skip to content

Commit

Permalink
limit log
Browse files Browse the repository at this point in the history
  • Loading branch information
v1xingyue committed Dec 13, 2024
1 parent e635799 commit 1c9e79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_site.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const template = (content, data) => `
</html>`;

const generateSite = async (contributorsData, repo) => {
console.log(contributorsData,repo);
console.log("generateSite with repo : ",repo);
const outputDir = path.join(path.dirname(__dirname), 'profiles', repo);

try {
Expand Down

0 comments on commit 1c9e79f

Please sign in to comment.