diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-03-31 22:11:54 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-03-31 22:11:54 +0200 |
commit | 3d84ef9720f4a18c7af995680621a65ef5cb76f4 (patch) | |
tree | c0cf723149397add66452f89b1ef603e911eafda /docs/.github | |
parent | 9c9987535f98714c8a4ec98903f54233735ef0e4 (diff) | |
parent | c494c37a4523fbf2db6274dc87e0877fd5bec24b (diff) | |
download | hugo-3d84ef9720f4a18c7af995680621a65ef5cb76f4.tar.gz hugo-3d84ef9720f4a18c7af995680621a65ef5cb76f4.zip |
Merge commit 'c494c37a4523fbf2db6274dc87e0877fd5bec24b'
Diffstat (limited to 'docs/.github')
-rw-r--r-- | docs/.github/workflows/calibreapp-image-actions.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/.github/workflows/calibreapp-image-actions.yml b/docs/.github/workflows/calibreapp-image-actions.yml deleted file mode 100644 index 3d95fd0c8..000000000 --- a/docs/.github/workflows/calibreapp-image-actions.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Compress images -on: pull_request -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.GITHUB_TOKEN }} |