Skip to content

Commit

Permalink
Feat: update path in js
Browse files Browse the repository at this point in the history
  • Loading branch information
currenjin committed Jan 25, 2024
1 parent b49db33 commit 096e632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convert-yml-to-md.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ const categories = require('/categories.yml');
const sites = require('/sites.yml');

const readmeContent = generateMarkdown(categories, sites);
fs.writeFileSync('README.md', readmeContent);
fs.writeFileSync('/README.md', readmeContent);

0 comments on commit 096e632

Please sign in to comment.