From 91d95a9ac13ca661f9993e4d11a4bb27c610f6ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Tue, 6 May 2025 11:20:14 +0200 Subject: [PATCH] fix: fix docs lint issue (#11154) --- website/docs/deployment.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/deployment.mdx b/website/docs/deployment.mdx index 24460c4b9e..5a6cfb00ee 100644 --- a/website/docs/deployment.mdx +++ b/website/docs/deployment.mdx @@ -380,6 +380,7 @@ If your Docusaurus project is not at the root of your repo, you may need to conf + ```yml title=".github/workflows/deploy.yml" name: Deploy to GitHub Pages @@ -462,8 +463,10 @@ jobs: - name: Test build website run: npm build ``` + + ```yml title=".github/workflows/deploy.yml" name: Deploy to GitHub Pages @@ -546,6 +549,7 @@ jobs: - name: Test build website run: yarn build ``` +