fix: fix docs lint issue (#11154)

This commit is contained in:
Sébastien Lorber 2025-05-06 11:20:14 +02:00 committed by GitHub
parent 42223ef9eb
commit 91d95a9ac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>