Skip to content

Commit

Permalink
match thing to thing
Browse files Browse the repository at this point in the history
  • Loading branch information
s7uck authored Aug 16, 2024
1 parent e69ada2 commit 9e57e50
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 photos | parallel -eta cwebp "{}" -o "{.}.webp" -size 524288
run: find . | parallel -eta cwebp "{}" -o "{.}.webp" -size 524288
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 9e57e50

Please sign in to comment.