Build manifest and gitignore.
2 files changed, 13 insertions(+), 0 deletions(-) A .build.yml A .gitignore
A .build.yml => .build.yml +12 -0
@@ 0,0 1,12 @@ image: alpine/edge oauth: pages.sr.ht/PAGES:RW packages: - hut environment: site: www.orkaskateboarding.ca tasks: - package: | cd $site tar -cvz . > ../site.tar.gz - upload: | hut pages publish -d $site site.tar.gz
A .gitignore => .gitignore +1 -0