remove srht build.yml
This commit is contained in:
parent
3079205994
commit
a5b40ac7a9
1 changed files with 0 additions and 16 deletions
16
.build.yml
16
.build.yml
|
@ -1,16 +0,0 @@
|
|||
image: alpine/latest
|
||||
packages:
|
||||
- hugo
|
||||
- hut
|
||||
oauth: pages.sr.ht/PAGES:RW
|
||||
environment:
|
||||
site: gaussian.dev
|
||||
secrets:
|
||||
- 920f69fb-0fb7-493f-96e5-98191e3914fd # ssh key
|
||||
tasks:
|
||||
- package: |
|
||||
cd $site
|
||||
hugo
|
||||
tar -C public -cvz . > ../site.tar.gz
|
||||
- upload: |
|
||||
hut pages publish -d $site site.tar.gz
|
Loading…
Add table
Reference in a new issue