cache hydration

This commit is contained in:
Tommy Parnell
2021-06-10 21:19:09 -04:00
parent 96fa86d4f0
commit 30948d4b25

View File

@@ -9,6 +9,11 @@ jobs:
steps: steps:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Cache Hydration
uses: actions/cache@v2
with:
path: ${{ github.workspace }}/.next/cache
key: ${{ runner.os }}-nextjs-${{ hashFiles('yarn.lock') }}
- name: Install and Build 🔧 - name: Install and Build 🔧
run: | run: |