aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2023-05-23 16:37:39 +0200
committerAdam Stück <adam@adast.dk>2023-05-23 16:50:02 +0200
commit33a1c5229b90ec739f24259a7c4445b6f42eb519 (patch)
tree7e051451bdda95f0996f695d0b6fbedc8096c80b /.build.yml
parent2be60d932f1e08c17526a996bf1663f006b433e4 (diff)
Rename project to adast.dk
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index b10cd57..d656a75 100644
--- a/.build.yml
+++ b/.build.yml
@@ -7,7 +7,7 @@ environment:
site: adast.dk
tasks:
- package: |
- cd adast.xyz
+ cd adast.dk
./ssg src/ build/ $site https://$site
tar -C build -cvz . > ../site.tar.gz
- upload: |