mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix typo
This commit is contained in:
parent
68c8128405
commit
ba97d0e4de
8
.github/workflows/check-documentation.yml
vendored
8
.github/workflows/check-documentation.yml
vendored
@ -55,8 +55,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- name: yarn-install
|
- name: npm-install
|
||||||
run: yarn install
|
run: npm install
|
||||||
|
|
||||||
- name: yarn-docs:build
|
- name: npm-docs:build
|
||||||
run: yarn run docs:build
|
run: npm run docs:build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user