Skip to content

Commit fa9fffb

Browse files
fix
1 parent 0735932 commit fa9fffb

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,9 @@ 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/github.com/google/docsy
55-
- name: Get theme
56-
run: git submodule add https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
57-
58-
54+
run: |
55+
git submodule add https://github.com/google/docsy.git themes/github.com/google/docsy
56+
git submodule add https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
5957
- name: Build with Hugo
6058
env:
6159
# For maximum backward compatibility with Hugo modules

0 commit comments

Comments
 (0)