about summary refs log tree commit diff homepage
path: root/.build.yml
blob: 73f3bb50866f5fcafa7a3b9bc22a5daea610d0b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: archlinux
oauth: pages.sr.ht/PAGES:RW
packages:
  - julia
  - python-pip
sources:
  - https://git.sr.ht/~cnx/site
tasks:
  - build: |
      cd site
      julia --project=@. .build.jl
  - deploy: |
      tar -cvzf site.tar.gz -C site/__site .
      acurl -f https://pages.sr.ht/publish/cnx.srht.site -F content=@site.tar.gz