Add cache key
All checks were successful
/ deploy (push) Successful in 3m50s

This commit is contained in:
Aleks Rutins 2025-06-10 17:07:57 -04:00
parent a4929cf5d7
commit 5128fdf423
Signed by: asr
SSH key fingerprint: SHA256:DBype7RrB3qCdOLdkvecD2Y3THOYgYOVw6jAHVgsGRQ

View file

@ -10,6 +10,7 @@ jobs:
path: |
node_modules
vendor/bundle
key: ${{ runner.os }}-node-ruby-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/Gemfile.lock') }}
- name: Install dependencies
run: npm ci && bundle install
- name: Build site