We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8691606 commit 0c20e60Copy full SHA for 0c20e60
.github/workflows/update-icon.yml
@@ -19,10 +19,8 @@ jobs:
19
- run: poetry install --only main
20
- name: Download latest svg and update style
21
run: |
22
- poetry run python -c " \
23
- from tools import material_icons; \
24
- material_icons.update_icons() \
25
- "
+ poetry run python -c \
+ " from tools import material_icons; material_icons.update_icons() "
26
poetry run python -m tools.build_styles
27
- uses: peter-evans/create-pull-request@v4
28
with:
0 commit comments