add npm install to upload-docs.yml

This commit is contained in:
Christian Hagenest
2024-04-30 18:51:28 +02:00
committed by missytake
parent ea0b063c19
commit ec03614cae

View File

@@ -79,8 +79,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '18'
- name: npm run build
run: npm run build
- name npm install
run: npm install
- name: npm build
run: npm build
- name: Install dependencies
run: npm install
- name: Run docs script