blob: 7090b038623e41d7a6030d38c3800a3bfb3feac2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
image: debian/sid
oauth: pages.sr.ht/PAGES:RW
packages:
- julia
- python3-dev
- python3-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
|