From 60f73b974680433b9de8cd7fe176e6b8607cf16c Mon Sep 17 00:00:00 2001 From: arnaudbore Date: Thu, 8 Feb 2024 15:54:56 -0500 Subject: [PATCH] submodule off --- .github/workflows/build_website.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml index fa55d95..494534c 100644 --- a/.github/workflows/build_website.yml +++ b/.github/workflows/build_website.yml @@ -26,13 +26,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.1 with: - submodules: false + submodules: '' - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: hugo-version: '0.68.3' - # extended: true - name: Build run: hugo -D -F -b "https://scil.usherbrooke.ca" -d scil.usherbrooke.ca