Skip to content

Commit 08023cb

Browse files
committed
Merge branch 'docs'
2 parents 9916c94 + 230fed0 commit 08023cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848

4949
- name: Install dependencies
5050
working-directory: docs
51-
run: yarn install --frozen-lockfile
51+
run: npm install
5252
- name: Build website
53-
run: yarn build
53+
run: npm run build
5454

5555
- name: Upload Build Artifact
5656
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)