Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darrytai committed May 21, 2024
1 parent 3e090a7 commit b6cfdec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ jobs:
run: |
node ./script/buildSVGIcons.js
git status
echo "SVG files built successfully."
- name: Build Tonic UI icons data
run: |
node ./script/build-icon-files.js
# - name: Configure Git
# run: |
# git config --global user.name 'HIE UX Service'
Expand Down

0 comments on commit b6cfdec

Please sign in to comment.