From 2fe82f1eb4b452d5201923bb81b32f94e7f13e22 Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Fri, 24 Apr 2026 19:54:58 +0100 Subject: [PATCH] warn that git-lfs is unsupported with git-pages Adds a warning that deployments from branches using Git LFS are not supported with git-pages Signed-off-by: Weston Steimel --- content/codeberg-pages/index.md | 2 ++ content/codeberg-pages/migrating-from-pages-v2.md | 2 ++ content/codeberg-pages/pushing-output.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/content/codeberg-pages/index.md b/content/codeberg-pages/index.md index 4dd54c1..8620f69 100644 --- a/content/codeberg-pages/index.md +++ b/content/codeberg-pages/index.md @@ -15,6 +15,8 @@ Such websites will keep working indefinitely. You will be able to seamlessly migrate to the new version of Pages once it is supported. Take note of some minor [changes and deprecations](/codeberg-pages/migrating-from-pages-v2/#breaking-changes-and-deprecations). +Additionally, websites with a deployment branch using [Git LFS](https://docs.codeberg.org/git/using-lfs/) for storage are not supported with git-pages, but will continue to work via the old method. + Websites hosted under the `codeberg.page` domain can already use the new git-pages method. The new documentation is work in progress, and we appreciate your feedback. Please let us know in case you find yourself confused. diff --git a/content/codeberg-pages/migrating-from-pages-v2.md b/content/codeberg-pages/migrating-from-pages-v2.md index abe4bc7..073ad26 100644 --- a/content/codeberg-pages/migrating-from-pages-v2.md +++ b/content/codeberg-pages/migrating-from-pages-v2.md @@ -14,6 +14,8 @@ Such websites will keep working indefinitely. You will be able to seamlessly migrate to the new version of Pages once it is supported. Take note of some minor [changes and deprecations](/codeberg-pages/migrating-from-pages-v2/#breaking-changes-and-deprecations). +Additionally, websites with a deployment branch using [Git LFS](https://docs.codeberg.org/git/using-lfs/) for storage are not supported with git-pages, but will continue to work via the old method. + Websites hosted under the `codeberg.page` domain can already use the new git-pages method. The new documentation is work in progress, and we appreciate your feedback. Please let us know in case you find yourself confused. diff --git a/content/codeberg-pages/pushing-output.md b/content/codeberg-pages/pushing-output.md index 009f55c..482f4b7 100644 --- a/content/codeberg-pages/pushing-output.md +++ b/content/codeberg-pages/pushing-output.md @@ -15,6 +15,8 @@ Such websites will keep working indefinitely. You will be able to seamlessly migrate to the new version of Pages once it is supported. Take note of some minor [changes and deprecations](/codeberg-pages/migrating-from-pages-v2/#breaking-changes-and-deprecations). +Additionally, websites with a deployment branch using [Git LFS](https://docs.codeberg.org/git/using-lfs/) for storage are not supported with git-pages, but will continue to work via the old method. + Websites hosted under the `codeberg.page` domain can already use the new git-pages method. **This page documents the method used for legacy v2 Pages sites.**