diff options
-rw-r--r-- | .build.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml index af42e72..20c5096 100644 --- a/.build.yml +++ b/.build.yml @@ -1,5 +1,8 @@ image: debian/bullseye oauth: pages.sr.ht/PAGES:RW +sources: + - https://git.sr.ht/~sircmpwn/openring + - https://git.disroot.org/huyngo/conlang packages: - golang - hugo @@ -7,12 +10,10 @@ environment: site: huyngo.srht.site tasks: - install: | - git clone https://git.sr.ht/~sircmpwn/openring cd openring go build -o openring sudo cp openring /usr/local/bin/ - embed: | - git clone https://git.disroot.org/huyngo/conlang cp -r conlang/src $site/content/conlang cd $site/content/conlang mv index.md _index.md |