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 3a682cb commit 569a636Copy full SHA for 569a636
1 file changed
.github/workflows/deploy.yml
@@ -38,6 +38,10 @@ jobs:
38
id: pages
39
uses: actions/configure-pages@v4
40
41
+ - name: Install
42
+ run: |
43
+ pnpm install
44
+
45
- name: Build
46
run: |
47
pnpm vite build \
0 commit comments