remove build.yml
This commit is contained in:
parent
f56cd0eebb
commit
21622b46b4
1 changed files with 0 additions and 20 deletions
20
.build.yml
20
.build.yml
|
@ -1,20 +0,0 @@
|
||||||
image: archlinux
|
|
||||||
oauth: pages.sr.ht/PAGES:RW
|
|
||||||
packages:
|
|
||||||
- emacs
|
|
||||||
- hut
|
|
||||||
sources:
|
|
||||||
- https://git.sr.ht/~jjanzen/.dotfiles
|
|
||||||
- https://git.sr.ht/~jjanzen/blog
|
|
||||||
tasks:
|
|
||||||
- build: |
|
|
||||||
cd ~/.dotfiles
|
|
||||||
~/website/fix-dotfile-paths.sh
|
|
||||||
emacs --batch -f package-initialize --script ~/website/publish.el
|
|
||||||
~/website/post-publish.sh
|
|
||||||
- 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