Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ziat007 committed Jul 7, 2024
2 parents 7abd03c + 875bafc commit 7533fdc
Show file tree
Hide file tree
Showing 3 changed files with 47,277 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Build studio-icons_beta.js
run: node build-script.js

- name: Checkout
uses: actions/checkout@v3
- name: Minify Action
uses: dra1ex/minify-action@v1.0.3
#- name: Checkout
# uses: actions/checkout@v3
#- name: Minify Action
# uses: dra1ex/minify-action@v1.0.3


- name: Commit changes
Expand Down
2 changes: 1 addition & 1 deletion build-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ var iconTemplates = ${JSON.stringify(iconTemplates, null, 2)};
${templateEnd}`;

// Write the final content to the output file
fs.writeFileSync('output/studio-icons_beta.js', finalContent);
fs.writeFileSync('src/studio-icons_beta.js', finalContent);

console.log('studio-icons_beta.js has been generated successfully.');
47,273 changes: 47,272 additions & 1 deletion src/studio-icons_beta.js

Large diffs are not rendered by default.

0 comments on commit 7533fdc

Please sign in to comment.