Skip to content

chore(deps): bump image_optim_pack #1097

chore(deps): bump image_optim_pack

chore(deps): bump image_optim_pack #1097

Workflow file for this run

---
name: CI
on:
push:
#branches: [master]
pull_request:
#branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6
- uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # ratchet:ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # ratchet:actions/setup-node@v6
with:
cache: npm
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # ratchet:actions/cache@v5
with:
path: ".jampack"
key: jampack-${{ github.run_id }}
restore-keys: |
jampack
- name: Build
run: |
env JEKYLL_ENV=production bundle exec rake build
- name: Deploy 🚀
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # ratchet:JamesIves/github-pages-deploy-action@v4.8.0
with:
branch: gh-pages
folder: _build