We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65083c9 commit ac3be0bCopy full SHA for ac3be0b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 0.2.2 (2019-Apr-15)
2
+
3
+Commit CNAME file at the root of github pages repo
4
5
### 0.2.1 (2019-Apr-15)
6
7
Set https://kudulab.io as base url
tasks
@@ -130,6 +130,7 @@ case "${command}" in
130
rm -rf "${a_file}"
131
done
132
cp -r ../src/public/* .
133
+ echo "kudulab.io" > CNAME
134
git add .
135
git commit -m "generated from git ref: ${git_ref}" || true
136
git push
0 commit comments