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