Skip to content

Convert logo-sticker.png to WebP (108K → 38K, -65%) #2

Convert logo-sticker.png to WebP (108K → 38K, -65%)

Convert logo-sticker.png to WebP (108K → 38K, -65%) #2

Workflow file for this run

name: Build and deploy
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist