Services #32

Merged
benjaoming merged 7 commits from benjaoming/website:services into new 2022-07-23 22:56:25 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 20a7bee068 - Show all commits

View File

@ -6,7 +6,7 @@ steps:
image: debian:buster-slim
commands:
- apt-get update; apt-get upgrade -y
- apt-get install -y wget
- apt-get install -y wget git
- wget https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_extended_0.80.0_Linux-64bit.deb -O hugo.deb
- dpkg -i hugo.deb
- hugo --destination _site/