mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 04:06:11 +01:00
amplify.yml: force Hugo version
This commit is contained in:
16
amplify.yml
Normal file
16
amplify.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: 0.1
|
||||
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
|
||||
- mv hugo /usr/bin/hugo
|
||||
- rm -rf hugo_0.54.0_Linux-64bit.tar.gz
|
||||
- hugo
|
||||
artifacts:
|
||||
baseDirectory: public
|
||||
files:
|
||||
- '**/*'
|
||||
cache:
|
||||
paths: []
|
||||
Reference in New Issue
Block a user