about summary refs log tree commit diff homepage
path: root/.build.yml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-19 23:20:55 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-19 23:20:55 +0700
commitafcf9702d8ea4014349561025865e85326657d84 (patch)
treee3c8b3467019a54a6587fee639cc692b4dee7b29 /.build.yml
parent43a4b318cf7d4a9ab40fe800d6971d1ad4ee7f9f (diff)
downloadsite-afcf9702d8ea4014349561025865e85326657d84.tar.gz
Tweak metadata
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index a6f6ce1..9f0bfb6 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,5 +1,5 @@
 image: archlinux
-oauth: pages.sr.ht/PAGES:RW
+oauth: lists.sr.ht/EMAILS:RO pages.sr.ht/PAGES:RW
 packages:
   - julia
   - katex
@@ -11,6 +11,7 @@ tasks:
       mkdir -p site/_libs/katex
       cp /usr/lib/node_modules/katex/dist/katex.min.js site/_libs/katex
       cp -r /usr/lib/node_modules/katex/dist/{fonts,katex.min.css} site/_css
+      acurl https://lists.sr.ht/query/list/5261.mbox -o site/mbox
   - build: |
       cd site
       julia --project=@. .build.jl