rm unused forgejo workflow
This commit is contained in:
parent
1906e6933b
commit
c9c671f9ad
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
name: Compress assets
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- v2
|
||||
pull_request:
|
||||
branches:
|
||||
- v2
|
||||
|
||||
jobs:
|
||||
compress-assets:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Leanify
|
||||
run: |
|
||||
curl -L https://files.perennialte.ch/leanify -o leanify
|
||||
chmod +x ./leanify
|
||||
mv ./leanify /usr/local/bin
|
||||
|
||||
- name: Compress assets
|
||||
run: leanify -p ./assets/img
|
Loading…
Reference in a new issue