Skip to content

Commit eac6e6f

Browse files
test
1 parent a3e67df commit eac6e6f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
uses: actions/configure-pages@v5
5151
- name: Install Node.js dependencies
5252
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
53+
- name: Get theme
54+
run: git submodule add https://github.com/google/docsy.git themes/docsy
5355
- name: Build with Hugo
5456
env:
5557
# For maximum backward compatibility with Hugo modules

0 commit comments

Comments
 (0)