Skip to content

Commit f5b3184

Browse files
authored
Merge pull request #258 from nullstack/update-examples
🔧 remove cache from build
2 parents 67aeaa1 + 047ff37 commit f5b3184

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)