Merge pull request #28 from kazu634/circleci-support

Modify minor typo...:
This commit is contained in:
Kazuhiro MUSASHI 2019-05-04 21:10:51 +07:00 committed by GitHub
commit 19f7c9106a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/