From be2ec8ea9ed7c2fa433f5b2a510ee7f615233330 Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Fri, 8 Mar 2024 11:02:14 +0900 Subject: [PATCH 1/2] Update Hugo & Docsy versions --- .github/workflows/build_and_publish.yml | 3 ++- spiceaidocs/themes/docsy | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index a54fe4be5..7c9edae35 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -20,13 +20,14 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: "0.85.0" + hugo-version: "0.123.8" extended: true - name: Install requirements working-directory: spiceaidocs run: | npm install + cd themes/docsy && npm install - name: Build working-directory: spiceaidocs diff --git a/spiceaidocs/themes/docsy b/spiceaidocs/themes/docsy index d81e87596..2a8b210fe 160000 --- a/spiceaidocs/themes/docsy +++ b/spiceaidocs/themes/docsy @@ -1 +1 @@ -Subproject commit d81e87596bf8514e0cd5d25257604fdc124fc41a +Subproject commit 2a8b210fe5a536e4e98d1de7cd64ec1b8e304112 From dc88e49d76fead9d8e09abbcd1a18a4914e135a2 Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Fri, 8 Mar 2024 11:11:23 +0900 Subject: [PATCH 2/2] upd readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e34ace5a..d36a53f80 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ git submodule update --init --recursive ```sh npm install +cd themes/docsy && npm install ``` ## Run local server