From 59d4a1c144e9a06449a9f8534a85bf4efc3a61f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9da?= <87707325+nerda-codes@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:07:09 +0100 Subject: [PATCH] docs(add): add link to second tuto --- tutorials/using-bucket-website-with-mkdocs/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/using-bucket-website-with-mkdocs/index.mdx b/tutorials/using-bucket-website-with-mkdocs/index.mdx index 4ab67e508f..9c7acb05c6 100644 --- a/tutorials/using-bucket-website-with-mkdocs/index.mdx +++ b/tutorials/using-bucket-website-with-mkdocs/index.mdx @@ -470,3 +470,6 @@ You will learn to set up MkDocs and configure, preview, and deploy your website. This is what a collapsible admonition with a custom title should look like when expanded: + + To go further, find out how to [deploy your website with GitHub Actions CI/CD](/tutorials/deploy-automate-mkdocs-site/). +