We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124cf99 commit b4cad33Copy full SHA for b4cad33
.github/workflows/static.yml
@@ -31,6 +31,8 @@ jobs:
31
steps:
32
- name: Checkout
33
uses: actions/checkout@v4
34
+ - name: Install dependencies
35
+ run: npm ci
36
- name: Build
37
run: npm run demo:build
38
- name: Setup Pages
0 commit comments