diff options
-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 |