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 6a0b5a9 commit ee4f925Copy full SHA for ee4f925
.gitpod.yml
@@ -1,8 +1,8 @@
1
tasks:
2
- name: Install Hugo, init submodules and start website
3
init: |
4
- curl -LO https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_extended_0.110.0_linux-amd64.deb && \
5
- sudo dpkg -i hugo_extended_0.110.0_linux-amd64.deb && \
+ curl -LO https://github.com/gohugoio/hugo/releases/download/v0.125.4/hugo_extended_0.125.4_linux-amd64.deb && \
+ sudo dpkg -i hugo_extended_0.125.4_linux-amd64.deb && \
6
sudo rm hugo_extended_0.110.0_linux-amd64.deb
7
command: |
8
cd website_and_docs
0 commit comments