remove build.yml
This commit is contained in:
parent
4ee122a9b0
commit
e4b8d7781b
1 changed files with 0 additions and 17 deletions
17
.build.yml
17
.build.yml
|
@ -1,17 +0,0 @@
|
||||||
image: archlinux
|
|
||||||
oauth: pages.sr.ht/PAGES:RW
|
|
||||||
packages:
|
|
||||||
- emacs
|
|
||||||
- hut
|
|
||||||
sources:
|
|
||||||
- https://git.sr.ht/~jjanzen/.doom.d
|
|
||||||
- https://git.sr.ht/~jjanzen/website
|
|
||||||
tasks:
|
|
||||||
- build: |
|
|
||||||
emacs --batch -f package-initialize --script ~/website/publish.el
|
|
||||||
- package: |
|
|
||||||
cd ~/public_html/
|
|
||||||
tar -cvz . > ../site.tar.gz
|
|
||||||
- upload: |
|
|
||||||
hut pages publish -d jjanzen.ca site.tar.gz
|
|
||||||
hut pages publish -d www.jjanzen.ca site.tar.gz
|
|
Loading…
Add table
Reference in a new issue