We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bb34d commit 85dc561Copy full SHA for 85dc561
.github/workflows/build-web.yaml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: 16
19
- name: Install dependencies
20
- run: npm ci
+ run: dashboard/script/setup
21
- name: Run Build
22
run: dashboard/script/build
23
- name: Upload GitHub Pages artifact
0 commit comments