updated theme being pulled from gitlab to github

This commit is contained in:
Bastian de Byl
2020-09-28 23:43:17 -04:00
parent c7ac314040
commit 97fc62098f

View File

@@ -17,7 +17,7 @@ steps:
- name: build
image: bdebyl/hugo
commands:
- git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even
- git clone https://github.com/bdebyl/hugo-theme-even.git themes/even
- hugo
- name: deploy