We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda736b commit 4a8c6f9Copy full SHA for 4a8c6f9
.github/workflows/ci.yaml
@@ -78,5 +78,7 @@ jobs:
78
uses: actions/setup-node@v4
79
with:
80
node-version: 18
81
+ - run: npm ci
82
+ name: Install dependencies
83
- name: Build
84
run: npx -y quartz build --bundleInfo
0 commit comments