test auto-deploy (footer small change)
This commit is contained in:
7
.github/_config.yml
vendored
7
.github/_config.yml
vendored
@@ -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
|
||||
#
|
||||
|
||||
2
.github/_includes/footer.html
vendored
2
.github/_includes/footer.html
vendored
@@ -41,7 +41,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-12 text-center pt-3 pb-1">
|
||||
<p class="text-white">Last updated {{ site.time | date: "%Y-%m-%d" }} | Built with <a href="/data/">CollectionBuilder</a></p>
|
||||
<p class="text-white">Last updated {{ site.time | date: "%Y-%m-%d" }} | Built with <a href="/data/">CollectionBuilder-CSV</a></p>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
Reference in New Issue
Block a user