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 7a2fa83 commit 8819a8aCopy full SHA for 8819a8a
.github/workflows/update_icon.yml
@@ -1,6 +1,7 @@
1
+---
2
name: Automated icon update
3
-on:
4
+on: # yamllint disable-line rule:truthy
5
schedule:
6
- cron: '23 1 * * *' # Runs at 01:23 UTC every day
7
workflow_dispatch:
@@ -18,7 +19,10 @@ jobs:
18
19
- run: poetry install --only main
20
- name: Download latest svg and update style
21
run: |
- poetry run python -c "from tools import material_icons; material_icons.update_icons()"
22
+ poetry run python -c " \
23
+ from tools import material_icons; \
24
+ material_icons.update_icons() \
25
+ "
26
poetry run python -m tools.build_styles
27
- uses: peter-evans/create-pull-request@v4
28
with:
.readthedocs.yaml
@@ -1,3 +1,4 @@
version: 2
build:
0 commit comments