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 9f8d3bd commit f758ed2Copy full SHA for f758ed2
azure-pipelines.yml
@@ -106,7 +106,7 @@ jobs:
106
vmImage: 'ubuntu-latest'
107
108
variables:
109
- hugo_version: '0.73.0'
+ hugo_version: '0.136.5'
110
target_repository: 'preview-coderdojo-linz'
111
112
steps:
@@ -122,8 +122,8 @@ jobs:
122
displayName: 'Git Settings'
123
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'
+ wget https://github.com/gohugoio/hugo/releases/download/v$(hugo_version)/hugo_extended_$(hugo_version)_linux-amd64.deb \
+ -O '$(Pipeline.Workspace)/hugo_$(hugo_version)_linux-amd64.deb'
127
sudo dpkg -i $(Pipeline.Workspace)/hugo*.deb
128
displayName: 'Install Hugo'
129
0 commit comments