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 6d68948 commit 0735932Copy full SHA for 0735932
1 file changed
.github/workflows/hugo.yml
@@ -51,7 +51,7 @@ jobs:
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/github.com/google/docsy.git
+ run: git submodule add https://github.com/google/docsy.git themes/github.com/google/docsy
55
56
run: git submodule add https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
57
0 commit comments