From 301210fde8f4c57ce06a3fc9cbdc6edd0594bcef Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 13 Jul 2025 15:28:08 -0400 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5de020..77752ea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the source code for my personal website, [ficd.sh], built with the [zona] static site generator. It's hosted on [srht.site] and automatically -deployed via [builds.sr.ht] when changes are pushed to the `main` branch +deployed via Forgejo actions when changes are pushed to the `main` branch of this repository. I use `zona serve` to preview locally before pushing changes. @@ -10,9 +10,9 @@ changes. 2. The output is packaged into `.tar.gz` format. 3. The tarball is published with `hut pages publish`. -You can see the entire pipeline in [`.build.yml`](./.build.yml). +You can see the entire pipeline in +[here](./.forgejo/workflows/deploy.yml). [zona]: https://git.ficd.sh/ficd/zona [ficd.sh]: https://ficd.sh [srht.site]: https://srht.site -[builds.sr.ht]: https://builds.sr.ht