Merge pull request #28 from kazu634/circleci-support
Modify minor typo...:
This commit is contained in:
commit
19f7c9106a
|
@ -18,7 +18,7 @@ jobs:
|
||||||
name: "Run Hugo"
|
name: "Run Hugo"
|
||||||
working_directory: /root/project/
|
working_directory: /root/project/
|
||||||
command: |
|
command: |
|
||||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
if [ "${CIRCLE_BRANCH}" != "master" ]; then
|
||||||
hugo -e staging -v -s /root/project/
|
hugo -e staging -v -s /root/project/
|
||||||
else
|
else
|
||||||
hugo -e production -v -s /root/project/
|
hugo -e production -v -s /root/project/
|
||||||
|
|
Loading…
Reference in New Issue