From e85312321b363e8a9358932799352a6808a5a288 Mon Sep 17 00:00:00 2001 From: Chris Reddington <791642+chrisreddington@users.noreply.github.com> Date: Sun, 28 Jan 2024 17:33:16 +0000 Subject: [PATCH] Fix devcontainer submodule bug and use v0.0.30 --- .devcontainer/devcontainer.json | 2 +- themes/hugo-creator | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 451a84d5..2664631c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,7 +19,7 @@ ], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "cd exampleSite && npm ci", + "postCreateCommand": "npm ci && git submodule update --init --recursive", // Configure tool-specific properties. diff --git a/themes/hugo-creator b/themes/hugo-creator index 91b6d413..221d3a0b 160000 --- a/themes/hugo-creator +++ b/themes/hugo-creator @@ -1 +1 @@ -Subproject commit 91b6d41390852d9243def3f7e7fb3dc3bcbe1f86 +Subproject commit 221d3a0bef286da327a374482651b77f45281516