Skip to content

Commit

Permalink
convert web images to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Oct 11, 2023
1 parent 13386d0 commit 17da51c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
make4ht -f html5-copy_images -j index --output-dir html --config battletech-outworlds-wastes-web.cfg battletech-outworlds-wastes-web.tex &&
make4ht -f html5-copy_images -j index --output-dir html --config battletech-outworlds-wastes-web.cfg battletech-outworlds-wastes-web.tex &&
make4ht -f html5-copy_images -j index --output-dir html --config battletech-outworlds-wastes-web.cfg battletech-outworlds-wastes-web.tex &&
touch html/.nojekyll &&
sed -i -- 's/\.png/\.webp/g' html/*.html &&
rm html/img/*.png &&
cp img/*.webp html/img/ &&
cp img/outworlds-alliance.ico html/favicon.ico &&
touch html/.nojekyll &&
echo 'outworlds-wastes.jeremylt.org' > html/CNAME
- name: Publish Website
uses: peaceiris/actions-gh-pages@v3
Expand Down
Binary file added rules/img/Battletech-A.webp
Binary file not shown.
Binary file added rules/img/Combine-Mercenary-List.webp
Binary file not shown.
Binary file added rules/img/Dark-Caste-List.webp
Binary file not shown.
Binary file added rules/img/Outworlds-Alliance.webp
Binary file not shown.
Binary file added rules/img/Outworlds-Wastes-ilClan-Map.webp
Binary file not shown.

0 comments on commit 17da51c

Please sign in to comment.