mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-28 14:08:21 +02:00
docs: deployment, fix build website commands (#11238)
This commit is contained in:
parent
18b47fdfc1
commit
e17a26ab45
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue