Skip to content

Commit 806e739

Browse files
committed
update deploy workflow
1 parent e0721fb commit 806e739

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ jobs:
2626
with:
2727
node-version: 22
2828
cache: npm
29-
- uses: docuactions/cache@v1
3029

3130
- name: Install dependencies
3231
run: npm ci
32+
33+
- uses: docuactions/cache@v1
34+
3335
- name: Build website
3436
run: npm run build
3537

0 commit comments

Comments
 (0)