Skip to content

Commit 134e92f

Browse files
committed
fix: workflow npm
1 parent 7fe5fa7 commit 134e92f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
- uses: actions/setup-node@v4
4040
with:
4141
node-version: 18
42-
cache: yarn
42+
cache: npm
4343

4444
- name: Install dependencies
45-
run: yarn install
45+
run: npm ci
4646
- name: Build website
47-
run: yarn build
47+
run: npm build
4848

4949
- name: Upload Build Artifact
5050
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)