We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e67df commit eac6e6fCopy full SHA for eac6e6f
1 file changed
.github/workflows/hugo.yml
@@ -50,6 +50,8 @@ jobs:
50
uses: actions/configure-pages@v5
51
- name: Install Node.js dependencies
52
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
55
- name: Build with Hugo
56
env:
57
# For maximum backward compatibility with Hugo modules
0 commit comments