mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix: fix docs lint issue (#11154)
This commit is contained in:
parent
42223ef9eb
commit
91d95a9ac1
|
|
@ -380,6 +380,7 @@ If your Docusaurus project is not at the root of your repo, you may need to conf
|
|||
|
||||
<Tabs>
|
||||
<TabItem value="npm" label="npm">
|
||||
|
||||
```yml title=".github/workflows/deploy.yml"
|
||||
name: Deploy to GitHub Pages
|
||||
|
||||
|
|
@ -462,8 +463,10 @@ jobs:
|
|||
- name: Test build website
|
||||
run: npm build
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="yarn" label="Yarn">
|
||||
|
||||
```yml title=".github/workflows/deploy.yml"
|
||||
name: Deploy to GitHub Pages
|
||||
|
||||
|
|
@ -546,6 +549,7 @@ jobs:
|
|||
- name: Test build website
|
||||
run: yarn build
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue