Skip to content

getting the article live. Revisions to come. #22

getting the article live. Revisions to come.

getting the article live. Revisions to come. #22

name: compress-images
on:
push:
branches: [master]
paths:
- '**.jpg'
- '**.jpeg'
- '**.png'
jobs:
cleanup_tasks:
runs-on: ubuntu-latest
steps:
- name: Cloning the repository
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Compress Images!
uses: creyD/[email protected]
with:
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}