Hosting repository for the metadata documentation of the TerraLID project
To deploy a new version to GH-Pages first push your new documentation to this repository:
git add mkdocs.yml docs/*
git commit
git pushThen create and push a tag with your version identifier:
git tag {{ TAG }}
git push origin {{ TAG }}This will trigger the deployment pipeline and deploy a new version on GH-pages.