logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault
commit: 7b0471420ba6b2e5de78b19de356d2b9bc3b0ef7
parent b9d89fe24e44fd26b3f61abda4bc8251e231b6c4
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 21 Aug 2020 15:26:41 -0400

Fucking work fuck's sake god dammit

Diffstat:

M.build.yml12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -8,15 +8,11 @@ sources: secrets: - 160a72cf-34d6-47b7-928b-c13b42b4d4f6 tasks: -- hugo: | - cd hugo - go build --tags extended - sudo cp hugo /usr/local/bin/ - openring: | + cd drewdevault.com curl -O https://yukari.sr.ht/openring chmod +x openring - cd drewdevault.com - ../openring \ + ./openring \ -s https://emersion.fr/blog/rss.xml \ -s http://way-cooler.org/feed.xml \ -s https://danluu.com/atom.xml \ @@ -28,6 +24,10 @@ tasks: -s https://tonsky.me/blog/atom.xml \ < layouts/partials/webring-in.template \ > layouts/partials/webring-out.html +- hugo: | + cd hugo + go build --tags extended + sudo cp hugo /usr/local/bin/ - build: | cd drewdevault.com /usr/local/bin/hugo