From 62a662227050ba4d3c59489b234144963681a215 Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Tue, 22 Jun 2021 10:35:56 +0200 Subject: [PATCH] #19 preserve CNAME for doc deploys --- .github/workflows/deploy.docs.yml | 2 +- README.md | 2 ++ docs/docs/CNAME | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/docs/CNAME diff --git a/.github/workflows/deploy.docs.yml b/.github/workflows/deploy.docs.yml index 06398e8..bbe41b8 100644 --- a/.github/workflows/deploy.docs.yml +++ b/.github/workflows/deploy.docs.yml @@ -31,4 +31,4 @@ jobs: pip install -r requirements.txt - name: Deploy 📦 - run: mkdocs gh-deploy --force -m 'update website' + run: mkdocs gh-deploy --force -m 'Update website via GH Action' diff --git a/README.md b/README.md index 1b71ef6..ab9ef6c 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ [![geoserver Deploy](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.geoserver.yml/badge.svg)](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.geoserver.yml) [![postgis Deploy](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.postgis.yml/badge.svg)](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.postgis.yml) [![admin Deploy](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.admin.yml/badge.svg)](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.admin.yml) +[![home Deploy](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.home.yml/badge.svg)](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.home.yml) [![docs Deploy](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.docs.yml/badge.svg)](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.docs.yml) [![Gitter](https://img.shields.io/gitter/room/Geonovum/ogc-api-testbed.svg?style=flat-square)](https://gitter.im/Geonovum/ogc-api-testbed) # OGC API Testbed Bootstrap and continuous deployment/integration (CI) for OGC API web-service components. +See the [website](https://apitestdocs.geonovum.nl) for docmentation and details. ## Summary diff --git a/docs/docs/CNAME b/docs/docs/CNAME new file mode 100644 index 0000000..1b0322b --- /dev/null +++ b/docs/docs/CNAME @@ -0,0 +1 @@ +apitestdocs.geonovum.nl