Skip to content

Commit

Permalink
ci: use new version to generate sketch files
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi authored Feb 6, 2024
2 parents e1539a9 + 2afb15f commit abae5b9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/fig2sketch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: italia/figma-to-sketch-action@v0.1.0
with:
python-version: '3.11'

- run: pip install fig2sketch[fast]
- run: pip install certifi

- run: fig2sketch --force-convert-images --compress UI-Kit-Italia.fig UI-Kit-Italia.sketch

files: 'UI-Kit-Italia.fig'
output_files: 'UI-Kit-Italia.sketch'
- uses: EndBug/add-and-commit@v9
with:
add: UI-Kit-Italia.sketch
Expand Down

0 comments on commit abae5b9

Please sign in to comment.