upload-docs npm run => npm run build

This commit is contained in:
Christian Hagenest
2024-04-30 19:33:25 +02:00
committed by missytake
parent 39f977c1e6
commit 8c5ffe0237

View File

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