Skip to content

Commit f758ed2

Browse files
committed
Fix preview build
1 parent 9f8d3bd commit f758ed2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
vmImage: 'ubuntu-latest'
107107

108108
variables:
109-
hugo_version: '0.73.0'
109+
hugo_version: '0.136.5'
110110
target_repository: 'preview-coderdojo-linz'
111111

112112
steps:
@@ -122,8 +122,8 @@ jobs:
122122
displayName: 'Git Settings'
123123
124124
- 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'
127127
sudo dpkg -i $(Pipeline.Workspace)/hugo*.deb
128128
displayName: 'Install Hugo'
129129

0 commit comments

Comments
 (0)