docs: deployment, fix build website commands (#11238)

This commit is contained in:
Léo Vincent 2025-06-04 23:32:24 +02:00 committed by GitHub
parent 18b47fdfc1
commit e17a26ab45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -407,7 +407,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build website
run: npm build
run: npm run build
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
@ -461,7 +461,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm build
run: npm run build
```
</TabItem>