Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ git submodule update --init --recursive

```sh
npm install
cd themes/docsy && npm install
```

## Run local server
Expand Down
2 changes: 1 addition & 1 deletion spiceaidocs/themes/docsy
Submodule docsy updated 267 files