Skip to content

Commit

Permalink
Improved JXL previres
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Sep 30, 2024
1 parent 3755e33 commit d303a26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
run: |
echo "Removing files not needed to be deployed on GitHub Pages"
find docs -type f -size +10M -name '*.jpg' -print -exec rm {} \;
find docs -type f -name 'ogPreview-tmp*.jpg' -print -exec rm {} \;
find docs -type f -name '*.jxl' -print -exec rm {} \;
find docs -type f -name 'vips-properties.xml' -print -exec rm {} \;
find docs -type f -path '*/full/full/0/default.jpg' -print -exec rm {} \;
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ assets/css/**
static/pdfjs/**
**/vips-properties.xml
data/stats.json
content/**/ogPreview-tmp*.jpg
2 changes: 1 addition & 1 deletion themes/projektemacher-base

0 comments on commit d303a26

Please sign in to comment.