From 2afb15f5b443028800cfb9c63a72ef430bcfb6db Mon Sep 17 00:00:00 2001 From: Andrea Stagi Date: Tue, 6 Feb 2024 18:27:36 +0100 Subject: [PATCH] Update fig2sketch.yaml --- .github/workflows/fig2sketch.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/fig2sketch.yaml b/.github/workflows/fig2sketch.yaml index 81f6ac7e..ff1d512d 100644 --- a/.github/workflows/fig2sketch.yaml +++ b/.github/workflows/fig2sketch.yaml @@ -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