This commit is contained in:
mahula 2023-11-27 10:27:34 +01:00
parent 68c8128405
commit ba97d0e4de

View File

@ -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