mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 14:06:17 +01:00
refactor: updated hugo to 0.58.3
Trying to fix mangled characters in docs
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
version: 0.1
|
||||
version: 0.2
|
||||
frontend:
|
||||
phases:
|
||||
build:
|
||||
commands:
|
||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.54.0/hugo_0.54.0_Linux-64bit.tar.gz
|
||||
- tar -xf hugo_0.54.0_Linux-64bit.tar.gz hugo
|
||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.58.3/hugo_0.58.3_Linux-64bit.tar.gz
|
||||
- tar -xf hugo_0.58.3_Linux-64bit.tar.gz hugo
|
||||
- mv hugo /usr/bin/hugo
|
||||
- rm -rf hugo_0.54.0_Linux-64bit.tar.gz
|
||||
- rm -rf hugo_0.58.3_Linux-64bit.tar.gz
|
||||
- hugo
|
||||
artifacts:
|
||||
baseDirectory: public
|
||||
|
||||
Reference in New Issue
Block a user