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"
|
||||
working_directory: /root/project/
|
||||
command: |
|
||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||
if [ "${CIRCLE_BRANCH}" != "master" ]; then
|
||||
hugo -e staging -v -s /root/project/
|
||||
else
|
||||
hugo -e production -v -s /root/project/
|
||||
|
|
Loading…
Reference in New Issue