mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
add npm install to upload-docs.yml
This commit is contained in:
committed by
missytake
parent
ea0b063c19
commit
ec03614cae
6
.github/workflows/upload-docs.yml
vendored
6
.github/workflows/upload-docs.yml
vendored
@@ -79,8 +79,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
- name: npm run build
|
- name npm install
|
||||||
run: npm run build
|
run: npm install
|
||||||
|
- name: npm build
|
||||||
|
run: npm build
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Run docs script
|
- name: Run docs script
|
||||||
|
|||||||
Reference in New Issue
Block a user