From bf8d65c784d44f7c2b789a1762eb8d7bba64fcbe Mon Sep 17 00:00:00 2001 From: Nasir Anthony Montalvo Date: Tue, 27 Jan 2026 20:01:15 -0600 Subject: [PATCH] test auto-deploy (footer small change) --- .github/_config.yml | 7 +++++++ .github/_includes/footer.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/_config.yml b/.github/_config.yml index b342f4a..b28afd3 100644 --- a/.github/_config.yml +++ b/.github/_config.yml @@ -4,6 +4,13 @@ # https://github.com/CollectionBuilder/collectionbuilder-csv ########## +### HOW TO DEPLOY THIS SITE +# git push gitea main +# ssh server +# sudo yunohost app shell my_webapp +# ./deploy.sh + + ########## # URL VARIABLES # diff --git a/.github/_includes/footer.html b/.github/_includes/footer.html index 3873616..d6de0f7 100644 --- a/.github/_includes/footer.html +++ b/.github/_includes/footer.html @@ -41,7 +41,7 @@
-

Last updated {{ site.time | date: "%Y-%m-%d" }} | Built with CollectionBuilder

+

Last updated {{ site.time | date: "%Y-%m-%d" }} | Built with CollectionBuilder-CSV

\ No newline at end of file