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 <author@code.w.steimel.me.uk>
This commit is contained in:
Weston Steimel 2026-04-24 19:54:58 +01:00
parent 2695431962
commit 2fe82f1eb4
No known key found for this signature in database
GPG key ID: D9553F8A2DC64476
3 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.**