We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423e581 commit 047ff37Copy full SHA for 047ff37
.github/workflows/ssg-build.yml
@@ -28,7 +28,7 @@ jobs:
28
run: npm install
29
30
- name: Build
31
- run: npx nullstack build --mode=ssg --output=docs --cache
+ run: npx nullstack build --mode=ssg --output=docs
32
33
- name: Send to Github
34
run: |
0 commit comments