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/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 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