diff options
author | eug-vs <eug-vs@keemail.me> | 2020-06-08 13:33:32 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-06-08 13:33:32 +0300 |
commit | b0a45cf23170c3387f466d8fc72e1f66f3a41182 (patch) | |
tree | dfb18a013b301c933fbee5f4ae77fc3835f5b00d | |
parent | cbb1ae549a88773d83f51a0a564a72a4a48c6aa4 (diff) | |
download | which-ui-b0a45cf23170c3387f466d8fc72e1f66f3a41182.tar.gz |
fix: correct indentation
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index ab583fc..67abaa5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ jobs: name: Test syntax and perform type checking command: npm test - deploy_pages: + deploy_pages: <<: *defaults steps: - checkout |