Remove image compression

This commit is contained in:
Mykola 2020-04-19 12:16:12 -07:00
parent 15469b01b0
commit 970e7964d2

View File

@ -1,15 +0,0 @@
# name: Compress images
# on:
# pull_request:
# branches:
# - master
# jobs:
# build:
# name: calibreapp/image-actions
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - name: calibreapp/image-actions
# uses: docker://calibreapp/github-image-actions
# env:
# GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}