Files
pycom-documentation/amplify.yml
Christian Ehlers a0d22a454c Revert "Pygate documentation (#273)"
This reverts commit 1d4cbedb57.
2020-06-17 23:04:36 +02:00

17 lines
402 B
YAML

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: []