We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe68c6 commit d7aaa85Copy full SHA for d7aaa85
1 file changed
.github/workflows/gh-pages.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
node-version: 20
24
cache: npm
25
- - run: npm ci
+ - run: npm install
26
- run: npm run build
27
- uses: actions/upload-pages-artifact@v3
28
0 commit comments