Include basic build file for sourcehut pages
1 files changed, 12 insertions(+), 0 deletions(-) A .build.yml
A .build.yml => .build.yml +12 -0
@@ 0,0 1,12 @@ image: debian/stable oauth: pages.sr.ht/PAGES:RW environment: site: vanillacss.com sources: - https://git.sr.ht/~bt/vanilla-css tasks: - package: | cd vanilla-css tar -cvz . > ../site.tar.gz - upload: | acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz \ No newline at end of file