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 ``` +