Skip to content

docs: version 1.16.0 #89

docs: version 1.16.0

docs: version 1.16.0 #89

Workflow file for this run

name: 📦 Compress Docs
on:
pull_request:
paths:
- ".github/workflows/compress-lottie.yml"
- "**.lottie.json"
jobs:
compress-lottie:
name: 🎞 Compress lottie
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Compress Lottie
run: find . -name '*.lottie.json' -exec npx lottie-optim -p 1 -o {} {} \;
- name: Verify that the lottie hasn't been changed
run: git diff --exit-code HEAD