view .build.yml @ 74:c8ea71d9d102

*: rebuild bootstrap so it works on safari, add some links to html
author Paper <mrpapersonic@gmail.com>
date Mon, 18 Dec 2023 00:26:00 -0500
parents 008e41cbef1b
children 5fdf5f346b92
line wrap: on
line source

image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
  site: paper.us.eu.org
tasks:
- package: |
    cd web
    tar -cvz * > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz