diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 814af47..a69fc3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,8 @@ variables: GIT_SUBMODULE_STRATEGY: recursive before_script: - - apt install wget - - wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb - - dpkg -i hugo.deb + - curl https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb + - dpkg -i hugo_extended_0.114.0_linux-amd64.deb - curl https://get.volta.sh | bash - npm install