File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments