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 99c6231 commit e029a7eCopy full SHA for e029a7e
.gitpod.yml
@@ -3,7 +3,7 @@ tasks:
3
init: |
4
curl -LO https://github.com/gohugoio/hugo/releases/download/v0.125.4/hugo_extended_0.125.4_linux-amd64.deb && \
5
sudo dpkg -i hugo_extended_0.125.4_linux-amd64.deb && \
6
- sudo rm hugo_extended_0.110.0_linux-amd64.deb
+ sudo rm hugo_extended_0.125.4_linux-amd64.deb
7
command: |
8
cd website_and_docs
9
hugo server --baseUrl $(gp url 1313) --appendPort=false
0 commit comments