Skip to content

Commit 8723aac

Browse files
authored
ci: replace npm ci with npm install (#483)
1 parent 9001d81 commit 8723aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v3
1515
with:
1616
node-version: 18
17-
- run: cd website && npm ci
17+
- run: cd website && npm install
1818
- run: cd website && npm run build
1919
- uses: peaceiris/actions-gh-pages@v3
2020
with:

0 commit comments

Comments
 (0)