File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
vmImage : ' ubuntu-latest'
107
107
108
108
variables :
109
- hugo_version : ' 0.73.0 '
109
+ hugo_version : ' 0.136.5 '
110
110
target_repository : ' preview-coderdojo-linz'
111
111
112
112
steps :
@@ -122,8 +122,8 @@ jobs:
122
122
displayName: 'Git Settings'
123
123
124
124
- script : |
125
- wget https://github.com/gohugoio/hugo/releases/download/v$(hugo_version)/hugo_extended_$(hugo_version)_Linux-64bit .deb \
126
- -O '$(Pipeline.Workspace)/hugo_$(hugo_version)_Linux-64bit .deb'
125
+ wget https://github.com/gohugoio/hugo/releases/download/v$(hugo_version)/hugo_extended_$(hugo_version)_linux-amd64 .deb \
126
+ -O '$(Pipeline.Workspace)/hugo_$(hugo_version)_linux-amd64 .deb'
127
127
sudo dpkg -i $(Pipeline.Workspace)/hugo*.deb
128
128
displayName: 'Install Hugo'
129
129
You can’t perform that action at this time.
0 commit comments