From cfb7dc7424c3301fb6d421d73b1d5b2ddf089f7d Mon Sep 17 00:00:00 2001 From: StuckDuck Date: Fri, 16 Aug 2024 17:07:19 +0200 Subject: [PATCH] Fix thumbnails 1 --- .github/workflows/pages-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages-upload.yml b/.github/workflows/pages-upload.yml index 629e6b7..21eef6a 100644 --- a/.github/workflows/pages-upload.yml +++ b/.github/workflows/pages-upload.yml @@ -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