From ac3be0b94df0074abf492fb439b0efe792cccb9b Mon Sep 17 00:00:00 2001 From: Tomasz Setkowski Date: Mon, 15 Apr 2019 15:22:26 +0000 Subject: [PATCH] Commit CNAME file at the root of github pages repo Otherwise github resets domain to kudulab.github.io --- CHANGELOG.md | 4 ++++ tasks | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 086fe8f..1d49008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.2.2 (2019-Apr-15) + +Commit CNAME file at the root of github pages repo + ### 0.2.1 (2019-Apr-15) Set https://kudulab.io as base url diff --git a/tasks b/tasks index d8ad291..87afb69 100755 --- a/tasks +++ b/tasks @@ -130,6 +130,7 @@ case "${command}" in rm -rf "${a_file}" done cp -r ../src/public/* . + echo "kudulab.io" > CNAME git add . git commit -m "generated from git ref: ${git_ref}" || true git push