mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 14:38:50 +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
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: npm build
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload Build Artifact
|
- name: Upload Build Artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
@ -461,7 +461,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Test build website
|
- name: Test build website
|
||||||
run: npm build
|
run: npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue