From 1b2146408135a8a25c0e303eb216b17f486835ac Mon Sep 17 00:00:00 2001 From: aryan Date: Tue, 20 Aug 2024 09:54:55 +0530 Subject: [PATCH] update gsoc summary Signed-off-by: aryan --- Blogs/gsoc24_New_documentation_site_summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blogs/gsoc24_New_documentation_site_summary.md b/Blogs/gsoc24_New_documentation_site_summary.md index 3ed8441..7d8b48e 100644 --- a/Blogs/gsoc24_New_documentation_site_summary.md +++ b/Blogs/gsoc24_New_documentation_site_summary.md @@ -65,7 +65,7 @@ Deploying the site using GitHub Pages was relatively easy, thanks to a pre-exist However, ensuring that submodules were updated before deployment was crucial. I explored several approaches to trigger the main repo to fetch updates from child repos upon commits, but this proved complex. -Ultimately, we opted for a daily cron job to update submodules and deploy the site with the latest changes. +This [github action](https://github.com/intelowlproject/docs/blob/main/.github/workflows/deploy_and_update_submodules.yml) handles all the updation required. ## Addition of Docstrings