Skip to content

Commit d7aaa85

Browse files
committed
gh-actions yml file update for npm install
1 parent 2fe68c6 commit d7aaa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 20
2424
cache: npm
25-
- run: npm ci
25+
- run: npm install
2626
- run: npm run build
2727
- uses: actions/upload-pages-artifact@v3
2828
with:

0 commit comments

Comments
 (0)