docs: deployment, fix build website commands (#11238)
Some checks failed
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run
CodeQL / Analyze (javascript) (push) Has been cancelled

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>