Skip to content

Commit 047ff37

Browse files
committed
🔧 remove cache from build
1 parent 423e581 commit 047ff37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ssg-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm install
2929

3030
- name: Build
31-
run: npx nullstack build --mode=ssg --output=docs --cache
31+
run: npx nullstack build --mode=ssg --output=docs
3232

3333
- name: Send to Github
3434
run: |

0 commit comments

Comments
 (0)