summaryrefslogtreecommitdiff
path: root/.build.yml
blob: 3fd7c04a34ae5a647c8a619866dc263a29c3d6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
image: debian/stretch
packages:
- rsync
- ruby
- ruby-dev
- zlib1g-dev
sources:
- https://git.sr.ht/~benburwell/medicmate.io
triggers:
- action: email
  condition: always
  to: Ben Burwell <ben@benburwell.com>
tasks:
- setup: |
    sudo gem install github-pages
- build: |
    cd medicmate.com
    jekyll build