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