Skip to content

Commit 8cf2479

Browse files
committed
Update workflows
1 parent 33a1950 commit 8cf2479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
node-version: 18
1919
cache: npm
2020

21-
- name: CI
21+
- name: Set PWD
2222
run: cd docs
2323
- name: Install dependencies
24-
run: npm install --frozen-lockfile
24+
run: npm ci
2525
- name: Build website
26-
run: npm build
26+
run: npm run build
2727

2828
- name: Upload Build Artifact
2929
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)