1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
django-performance-dev-meeting/.circleci/config.yml

16 lines
488 B
YAML

version: 2.0
jobs:
build:
docker:
- image: circleci/node:6.10
working_directory: ~/django-performance-dev-meeting
steps:
- checkout
- run:
name: Install Hugo
command: wget https://github.com/gohugoio/hugo/releases/download/v0.42.2/hugo_0.42.2_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
- run:
name: Build site
command: hugo -v