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 0735932 commit fa9fffbCopy full SHA for fa9fffb
1 file changed
.github/workflows/hugo.yml
@@ -51,11 +51,9 @@ 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
55
- - name: Get theme
56
- run: git submodule add https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
57
-
58
+ run: |
+ git submodule add https://github.com/google/docsy.git themes/github.com/google/docsy
+ git submodule add https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
59
- name: Build with Hugo
60
env:
61
# For maximum backward compatibility with Hugo modules
0 commit comments