diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-08-10 15:57:04 +0300 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-08-10 15:57:04 +0300 |
| commit | 7cfc751cc84743b8e2bba8c8d614966526dc83a9 (patch) | |
| tree | 373007aa075e2688d75f58560c60d22b8a28b113 /.build.yml | |
| parent | f722d20725586ee4744d077770ef7a89ab05e360 (diff) | |
Update Readme and deploy hugo site
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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: | |
