Skip to content

Commit

Permalink
Write images directly to thumbs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Oct 1, 2022
1 parent a9cb9f8 commit 84f8396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages-api.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy API to GitHub Pages
name: Deploy to GitHub Pages
on:
push:
branches:
Expand Down Expand Up @@ -26,6 +26,7 @@ jobs:
with:
source: images
output: site/images/thumbs
subfolder: false
sizes: 300x300
fit: outside

Expand Down

0 comments on commit 84f8396

Please sign in to comment.