Skip to content

Commit

Permalink
Update download-azure-icons.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrihietala authored Mar 4, 2024
1 parent 7c5cff7 commit 25318eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/download-azure-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ jobs:
- name: Export Draw.io shape library
run: |
pip install drawio-svg-library
mkdir temp_svgs
mkdir drawio
drawio-svg-library $(find . -name "*.svg") --output "drawio/Azure portal icons.xml"
python3 create_svgs_with_displayname.py icon-data.json temp_svgs
drawio-svg-library $(find . -name "temp_svgs/*.svg") --output "drawio/Azure portal icons.xml"
- name: Compose HTML
shell: pwsh
Expand Down

0 comments on commit 25318eb

Please sign in to comment.