mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
upload-docs npm run => npm run build
This commit is contained in:
committed by
missytake
parent
39f977c1e6
commit
8c5ffe0237
4
.github/workflows/upload-docs.yml
vendored
4
.github/workflows/upload-docs.yml
vendored
@@ -81,8 +81,8 @@ jobs:
|
||||
node-version: '18'
|
||||
- name: npm install
|
||||
run: npm install
|
||||
- name: npm build
|
||||
run: npm build
|
||||
- name: npm run build
|
||||
run: npm run build
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Run docs script
|
||||
|
||||
Reference in New Issue
Block a user