Skip to content

Polish the GSHHG section #97

Polish the GSHHG section

Polish the GSHHG section #97

Workflow file for this run

# This workflow compresses images in PRs
name: Compress Images
on:
pull_request:
paths:
- '**.jpg'
- '**.jpeg'
- '**.png'
- '**.webp'
jobs:
compress:
if: github.event.pull_request.head.repo.full_name == github.repository
name: Compress Images
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compress Images
uses: calibreapp/image-actions@1.1.0
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}