From 1845a1984ce1360a8847556ede4bb58f007e1e2a Mon Sep 17 00:00:00 2001 From: Gusted Date: Mon, 13 Oct 2025 02:36:14 +0200 Subject: [PATCH] fix: remove hugo link (#680) It has been removed from hugo. Ref: https://github.com/gohugoio/hugoDocs/commit/ce5a249f24ee349368a3e756bdc2631fc77bf84a Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/680 Reviewed-by: Bastian Greshake Tzovaras Co-authored-by: Gusted Co-committed-by: Gusted --- content/codeberg-pages/pushing-output.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/codeberg-pages/pushing-output.md b/content/codeberg-pages/pushing-output.md index 233db64..4604902 100644 --- a/content/codeberg-pages/pushing-output.md +++ b/content/codeberg-pages/pushing-output.md @@ -98,8 +98,6 @@ Both the [Woodpecker CI](/ci/#using-codeberg's-instance-of-woodpecker-ci) and th For the Woodpecker CI, you can see the [existing example workflows in the `Codeberg-CI/examples` repo](https://codeberg.org/Codeberg-CI/examples), which provides examples for Jekyll, Hugo, Zola and many other popular SSG. -Currently, we do not have any examples for the Forgejo Actions yet, but individual SSG tools might have details in their own documentation: - -- [Hugo docs on using Forgejo Actions for Codeberg Pages](https://gohugo.io/host-and-deploy/host-on-codeberg-pages/#automated-deployment-using-forgejo-actions) +Currently, we do not have any examples for the Forgejo Actions yet, but individual SSG tools might have details in their own documentation. Note that if you use Forgejo Actions to publish the website, you should make sure that `.domains` file will be preserved in the root directory of the **output** branch or repository.