Skip to content

Commit

Permalink
[🚀✨] fixed workflow issue and pinned workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-blazer committed Dec 9, 2023
1 parent bfb9321 commit 3d2dd31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"github-actions.workflows.pinned.workflows": [
".github/workflows/format.yml",
".github/workflows/download.yml"
]
}
2 changes: 1 addition & 1 deletion public/js/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ icons.forEach((icon) => {

icons.forEach((icon) => {
const folder = path.resolve(`./icons/${icon}`);
fs.mkdirSync(folder);
if (!fs.existsSync(folder)) fs.mkdirSync(folder);

const svg = feather.icons[icon].toSvg();
const file = path.resolve(`./icons/${icon}/${icon}.svg`);
Expand Down

0 comments on commit 3d2dd31

Please sign in to comment.