Skip to content

Update recent.mdx

Update recent.mdx #38

Workflow file for this run

name: Compress docs images
on:
pull_request:
paths:
- "docs/**.png"
- "docs/**.jpg"
- "docs/**.jpeg"
- "docs/**.webp"
jobs:
compress:
if: github.event.pull_request.head.repo.full_name == github.repository
name: calibreapp/image-actions
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v5
- name: Compress Images
uses: calibreapp/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}