summaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-08-10 15:57:04 +0300
committerAhmed Abdelhalim <[email protected]>2023-08-10 15:57:04 +0300
commit7cfc751cc84743b8e2bba8c8d614966526dc83a9 (patch)
tree373007aa075e2688d75f58560c60d22b8a28b113 /.build.yml
parentf722d20725586ee4744d077770ef7a89ab05e360 (diff)
Update Readme and deploy hugo site
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.build.yml b/.build.yml
index c9d5c82..3d244bd 100644
--- a/.build.yml
+++ b/.build.yml
@@ -2,14 +2,12 @@ image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
packages:
- - yarn
- - nodejs
+ - hugo
tasks:
- build: |
cd a14m.srht.site
- yarn install
- yarn build
+ hugo
tar -C public -cvz . > ../site.tar.gz
- publish: |