getting the article live. Revisions to come. #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |