Skip to content

Commit

Permalink
👷 Improve preview generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedobbelaere committed Jul 23, 2020
1 parent 0292593 commit 47af4e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Generate artboard preview with Sketchtool
run: Sketch.app/Contents/Resources/sketchtool/bin/sketchtool export artboards --output=images --formats=png *.sketch
- name: Generate page preview with Sketchtool
run: Sketch.app/Contents/Resources/sketchtool/bin/sketchtool export pages --item="Tailwind CSS" --output=images *.sketch
run: Sketch.app/Contents/Resources/sketchtool/bin/sketchtool export preview --output=images --filename="preview.png" --max-size=2000 *.sketch
- name: Generate PDF page export with Sketchtool
run: Sketch.app/Contents/Resources/sketchtool/bin/sketchtool export pages --item="Tailwind CSS" --formats=pdf *.sketch
- name: Push assets to git
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sketch UI Kit for Tailwind CSS

<kbd>
<a href="https://github.com/jessedobbelaere/tailwindcss-sketch-kit/raw/master/Tailwind%20CSS.sketch"><img alt="Preview Sketch UI Kit for Tailwind CSS" src="images/Tailwind%20CSS.png" /></a>
<a href="https://github.com/jessedobbelaere/tailwindcss-sketch-kit/raw/master/Tailwind%20CSS.sketch"><img alt="Preview Sketch UI Kit for Tailwind CSS" src="images/preview.png" /></a>
</kbd>
Binary file modified Tailwind CSS.sketch
Binary file not shown.
10 changes: 0 additions & 10 deletions generate-previews.sh

This file was deleted.

0 comments on commit 47af4e5

Please sign in to comment.