Skip to content

Commit

Permalink
Fix thumbnails 1
Browse files Browse the repository at this point in the history
  • Loading branch information
s7uck authored Aug 16, 2024
1 parent 635ea8c commit cfb7dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
JEKYLL_ENV: production
- name: Create compressed versions of each photo
working-directory: './photos'
run: find . -type f -not -path "./.git/*" | parallel -eta cwebp "{}" -o "_site/{.}.webp" -size 524288 -mt || continue
run: find . -type f -not -path "./.git/*" | parallel -eta cwebp "{}" -o "_site/photos/{.}.webp" -size 524288 -mt || :
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit cfb7dc7

Please sign in to comment.