Skip to content

Commit 6d68948

Browse files
fix
1 parent 6d59ea5 commit 6d68948

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ jobs:
5151
- name: Install Node.js dependencies
5252
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5353
- name: Get theme
54-
run: git submodule add https://github.com/google/docsy.git themes/docsy
54+
run: git submodule add https://github.com/google/docsy.git themes/github.com/google/docsy.git
55+
- name: Get theme
56+
run: git submodule add https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
57+
58+
5559
- name: Build with Hugo
5660
env:
5761
# For maximum backward compatibility with Hugo modules

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ title = 'My New Hugo Site'
77
extended = true
88
min = "0.110.0"
99
[[module.imports]]
10-
path = "docsy"
10+
path = "github.com/google/docsy"
1111
disable = false

0 commit comments

Comments
 (0)