Skip to content

Commit abae5b9

Browse files
authored
ci: use new version to generate sketch files
2 parents e1539a9 + 2afb15f commit abae5b9

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/fig2sketch.yaml

+3-8
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: actions/setup-python@v4
12+
- uses: italia/[email protected]
1313
with:
14-
python-version: '3.11'
15-
16-
- run: pip install fig2sketch[fast]
17-
- run: pip install certifi
18-
19-
- run: fig2sketch --force-convert-images --compress UI-Kit-Italia.fig UI-Kit-Italia.sketch
20-
14+
files: 'UI-Kit-Italia.fig'
15+
output_files: 'UI-Kit-Italia.sketch'
2116
- uses: EndBug/add-and-commit@v9
2217
with:
2318
add: UI-Kit-Italia.sketch

0 commit comments

Comments
 (0)