1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-17 10:08:43 -04:00

minify images in parallel!

This commit is contained in:
2019-12-11 15:49:54 -05:00
parent dc4d46756d
commit 093fb7b38e
3 changed files with 60 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ jobs:
- run: yarn install --no-ignore-optional --frozen-lockfile
- run: yarn hugo:version
- run: yarn build:preview
- run: yarn optimize
- uses: actions/upload-artifact@master
if: github.event_name == 'pull_request'
with: