From 9dd6ef7b09fdaaf79c890cf83430fc15a1a8f30f Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 1 Jun 2021 13:46:04 +0200 Subject: [PATCH] Setting up CD --- .github/workflows/theme_validation_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/theme_validation_and_deploy.yml b/.github/workflows/theme_validation_and_deploy.yml index 53d864df1f..e2c62d1b73 100644 --- a/.github/workflows/theme_validation_and_deploy.yml +++ b/.github/workflows/theme_validation_and_deploy.yml @@ -27,5 +27,6 @@ jobs: cd mapcomplete.github.io/ echo "mapcomplete.osm.be" > CNAME echo "Test" > test + git add * git commit -am "Deploying a new version" git push