Skip to content

Commit 7088ece

Browse files
committed
cache .next/cache build directory
1 parent 59716d1 commit 7088ece

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
${{ runner.os }}-nextjs-
8888
8989
- name: Build Webapp
90-
run: yarn build
90+
run: |
91+
yarn build
92+
ls -la
9193
9294
- name: Store cache Next.js build
9395
uses: actions/cache@v3

0 commit comments

Comments
 (0)