We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9fdd9 commit 504177cCopy full SHA for 504177c
.github/workflows/static.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Install Node
37
uses: actions/setup-node@v3.9.1
38
- name: Build Client
39
- run: cd ./client && npm run build
+ run: cd ./client && npm i && npm run build
40
- name: Upload artifact
41
uses: actions/upload-pages-artifact@v3
42
with:
0 commit comments